Changeset 248 for trunk/src/sh_utils.c


Ignore:
Timestamp:
Sep 21, 2009, 8:23:56 PM (15 years ago)
Author:
katerina
Message:

Code to track down originating site for ticket #163.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_utils.c

    r226 r248  
    11701170  sl_snprintf (outpath, len, _("%s.out"), path);
    11711171
    1172   fp = sl_open_read(path, SL_NOPRIV);
     1172  fp = sl_open_read(FIL__, __LINE__, path, SL_NOPRIV);
    11731173  if (SL_ISERROR(fp))
    11741174    {
     
    11811181    }
    11821182 
    1183   fout = sl_open_write(outpath, SL_NOPRIV);
     1183  fout = sl_open_write(FIL__, __LINE__, outpath, SL_NOPRIV);
    11841184  if (SL_ISERROR(fout))
    11851185    {
Note: See TracChangeset for help on using the changeset viewer.