Diff for /np2/x11/main.c between versions 1.30 and 1.31

version 1.30, 2008/04/02 13:03:35 version 1.31, 2008/04/03 13:52:49
Line 195  main(int argc, char *argv[]) Line 195  main(int argc, char *argv[])
         }          }
         if (modulefile[0] != '\0') {          if (modulefile[0] != '\0') {
                 /* font file */                  /* font file */
                 snprintf(np2cfg.fontfile, sizeof(np2cfg.fontfile),                  file_cpyname(np2cfg.fontfile, modulefile,
                     "%s/font.bmp", modulefile);                      sizeof(np2cfg.fontfile));
                   file_cutname(np2cfg.fontfile);
                   file_setseparator(np2cfg.fontfile, sizeof(np2cfg.fontfile));
                   file_catname(np2cfg.fontfile, "font.bmp",
                       sizeof(np2cfg.fontfile));
   
                 /* resume/statsave dir */                  /* resume/statsave dir */
                 file_cpyname(statpath, modulefile, sizeof(statpath));                  file_cpyname(statpath, modulefile, sizeof(statpath));

Removed from v.1.30  
changed lines
  Added in v.1.31


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