Changeset 406 for trunk/dll/select.c


Ignore:
Timestamp:
Jul 29, 2006, 10:02:17 PM (19 years ago)
Author:
root
Message:

Use xfgets_bstripcr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/select.c

    r362 r406  
    1414  06 Jul 06 SHL Support compare content (IDM_SELECTSAMECONTENT)
    1515  13 Jul 06 SHL Use Runtime_Error
     16  29 Jul 06 SHL Use xfgets_bstripcr
    1617
    1718***********************************************************************/
     
    107108    if (fp) {
    108109      while (!feof(fp)) {
    109         if (!fgets(input,1024,fp))
     110        if (!xfgets_bstripcr(input,sizeof(input),fp,pszSrcFile,__LINE__))
    110111          break;
    111         input[1023] = 0;
    112         bstripcr(input);
    113112        if (*input == '\"') {
    114113          memmove(input,input + 1,strlen(input) + 1);
Note: See TracChangeset for help on using the changeset viewer.