Show
Ignore:
Timestamp:
07/26/10 13:56:35 (13 years ago)
Author:
andreu
Message:

first monitoring web site

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/fields_mgmt.c

    r28 r120  
    3535  FieldPtr tmp = pf; 
    3636  for (; tmp; tmp=tmp->next) { 
    37     fprintf(file, "(%hu,%hu) ", tmp->fieldType, tmp->fieldLength); 
     37    fprintf(file, "%hu;%hu ", tmp->fieldType, tmp->fieldLength); 
    3838  } 
    3939  fprintf(file,"\n");