Changeset 113 for trunk/src/helpers/tmsgfile.c
- Timestamp:
- Oct 23, 2001, 11:25:46 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/tmsgfile.c
r108 r113 177 177 ZERO(pFile); 178 178 pFile->pszFilename = strdup(pcszMessageFile); 179 treeInit(&pFile->IDsTreeRoot );179 treeInit(&pFile->IDsTreeRoot, NULL); 180 180 181 181 xstrInitSet(&pFile->strContent, pszContent); … … 294 294 // store this thing 295 295 if (!treeInsert(&pFile->IDsTreeRoot, 296 NULL, 296 297 (TREE*)pNew, 297 298 treeCompareStrings)) … … 332 333 { 333 334 PTMFMSGFILE pFile = *ppMsgFile; 334 ULONG cItems;335 LONG cItems; 335 336 TREE** papNodes; 336 337
Note:
See TracChangeset
for help on using the changeset viewer.