Changeset 130 for branches/v2.9_Lars/common_functions/message.c
- Timestamp:
- Nov 9, 2023, 5:42:55 PM (21 months ago)
- Location:
- branches/v2.9_Lars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v2.9_Lars
- Property svn:mergeinfo changed
/trunk merged: 107-113,126-129
- Property svn:mergeinfo changed
-
branches/v2.9_Lars/common_functions/message.c
r89 r130 189 189 #define TLENGTH 256L 190 190 191 if(NULL HANDLE==(pText=malloc(TLENGTH*2*sizeof(char))))191 if(NULL==(pText=malloc(TLENGTH*2*sizeof(char)))) 192 192 return MBID_ERROR; 193 193
Note:
See TracChangeset
for help on using the changeset viewer.