Changeset 248 for trunk/src/sh_utils.c
- Timestamp:
- Sep 21, 2009, 8:23:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_utils.c
r226 r248 1170 1170 sl_snprintf (outpath, len, _("%s.out"), path); 1171 1171 1172 fp = sl_open_read( path, SL_NOPRIV);1172 fp = sl_open_read(FIL__, __LINE__, path, SL_NOPRIV); 1173 1173 if (SL_ISERROR(fp)) 1174 1174 { … … 1181 1181 } 1182 1182 1183 fout = sl_open_write( outpath, SL_NOPRIV);1183 fout = sl_open_write(FIL__, __LINE__, outpath, SL_NOPRIV); 1184 1184 if (SL_ISERROR(fout)) 1185 1185 {
Note:
See TracChangeset
for help on using the changeset viewer.