Diff for /np2/sdl/dosio.c between versions 1.8 and 1.9

version 1.8, 2005/02/12 12:13:59 version 1.9, 2011/07/21 06:40:18
Line 345  struct stat  sb; Line 345  struct stat  sb;
                         fli->size = 0;                          fli->size = 0;
                         fli->attr = 0;                          fli->attr = 0;
                 }                  }
                 mileuc_ncpy(fli->path, de->d_name, sizeof(fli->path));                  milstr_ncpy(fli->path, de->d_name, sizeof(fli->path));
         }          }
         return(SUCCESS);          return(SUCCESS);
 }  }

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


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