Changeset 252 for trunk/src/sh_hash.c
- Timestamp:
- Oct 12, 2009, 10:40:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_hash.c
r248 r252 786 786 static void sh_hash_getline_end (void) 787 787 { 788 fclose (sh_fin_fd);788 sl_fclose (FIL__, __LINE__, sh_fin_fd); 789 789 sh_fin_fd = NULL; 790 790 return; … … 816 816 if (sh_fin_fd != NULL) 817 817 { 818 fclose (sh_fin_fd);818 sl_fclose (FIL__, __LINE__, sh_fin_fd); 819 819 sh_fin_fd = NULL; 820 820 } … … 1307 1307 SH_FREE(buf); 1308 1308 sl_close(fd); 1309 fclose(fin_cp);1309 sl_fclose(FIL__, __LINE__, fin_cp); /* fin_cp = fdopen(dup(), "rb"); */ 1310 1310 1311 1311 fd = fdTmp;
Note:
See TracChangeset
for help on using the changeset viewer.