Diff for /np2/x11/dosio.c between versions 1.9 and 1.11

version 1.9, 2004/02/05 13:45:06 version 1.11, 2004/02/08 07:31:47
Line 2 Line 2
   
 #include "compiler.h"  #include "compiler.h"
   
   #include <sys/stat.h>
 #include <time.h>  #include <time.h>
   
 #include "codecnv.h"  #include "codecnv.h"
Line 268  file_listnext(FLISTH hdl, FLINFO *fli) Line 269  file_listnext(FLISTH hdl, FLINFO *fli)
         }          }
   
         milstr_ncpy(buf, hdl->path, sizeof(buf));          milstr_ncpy(buf, hdl->path, sizeof(buf));
         milstr_ncat(buf, de->d_name, sizeof(buf));          mileuc_ncat(buf, de->d_name, sizeof(buf));
         if (stat(buf, &sb) != 0) {          if (stat(buf, &sb) != 0) {
                 VERBOSE(("file_listnext: stat failure. (path = %s)", buf));                  VERBOSE(("file_listnext: stat failure. (path = %s)", buf));
                 return FAILURE;                  return FAILURE;

Removed from v.1.9  
changed lines
  Added in v.1.11


RetroPC.NET-CVS <cvs@retropc.net>