Changeset 406 for trunk/dll/select.c
- Timestamp:
- Jul 29, 2006, 10:02:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/select.c
r362 r406 14 14 06 Jul 06 SHL Support compare content (IDM_SELECTSAMECONTENT) 15 15 13 Jul 06 SHL Use Runtime_Error 16 29 Jul 06 SHL Use xfgets_bstripcr 16 17 17 18 ***********************************************************************/ … … 107 108 if (fp) { 108 109 while (!feof(fp)) { 109 if (! fgets(input,1024,fp))110 if (!xfgets_bstripcr(input,sizeof(input),fp,pszSrcFile,__LINE__)) 110 111 break; 111 input[1023] = 0;112 bstripcr(input);113 112 if (*input == '\"') { 114 113 memmove(input,input + 1,strlen(input) + 1);
Note:
See TracChangeset
for help on using the changeset viewer.