Changeset 116 for trunk/src/helpers/tmsgfile.c
- Timestamp:
- Nov 1, 2001, 6:43:18 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/tmsgfile.c
r113 r116 292 292 pNew->cbText = strlen(pStartOfText); 293 293 294 // remove trailing newlines 295 while ( (pNew->cbText) 296 && (pStartOfText[pNew->cbText-1] == '\n') 297 ) 298 (pNew->cbText)--; 299 294 300 // store this thing 295 301 if (!treeInsert(&pFile->IDsTreeRoot,
Note:
See TracChangeset
for help on using the changeset viewer.