Changeset 27 for trunk/src/msg_mgmt.h

Show
Ignore:
Timestamp:
04/05/07 18:10:36 (16 years ago)
Author:
andreu
Message:

explicite output to find wrong definition bug - memory leak in renetcolAgg find

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/msg_mgmt.h

    r2 r27  
    2828typedef struct {   
    2929  long type; 
    30   char text [512]; 
     30  unsigned char text [512]; 
    3131} msgType; 
    3232