Changeset 120 for trunk/src/fields_mgmt.c
- Timestamp:
- 07/26/10 13:56:35 (13 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/fields_mgmt.c
r28 r120 35 35 FieldPtr tmp = pf; 36 36 for (; tmp; tmp=tmp->next) { 37 fprintf(file, " (%hu,%hu)", tmp->fieldType, tmp->fieldLength);37 fprintf(file, "%hu;%hu ", tmp->fieldType, tmp->fieldLength); 38 38 } 39 39 fprintf(file,"\n");