Ignore:
Timestamp:
Nov 1, 2001, 6:43:18 PM (24 years ago)
Author:
umoeller
Message:

More updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/tmsgfile.c

    r113 r116  
    292292                        pNew->cbText = strlen(pStartOfText);
    293293
     294                    // remove trailing newlines
     295                    while (    (pNew->cbText)
     296                            && (pStartOfText[pNew->cbText-1] == '\n')
     297                          )
     298                        (pNew->cbText)--;
     299
    294300                    // store this thing
    295301                    if (!treeInsert(&pFile->IDsTreeRoot,
Note: See TracChangeset for help on using the changeset viewer.