Explorar el Código

*** empty log message ***

David Rose hace 25 años
padre
commit
82e8d4f6ef
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      pandatool/src/egg-palettize/eggPalettize.cxx

+ 2 - 1
pandatool/src/egg-palettize/eggPalettize.cxx

@@ -278,7 +278,8 @@ run() {
     // previously.  This will recover all of the state saved from the
     // previously.  This will recover all of the state saved from the
     // past session.
     // past session.
     if (!state_file.open_read(state_filename)) {
     if (!state_file.open_read(state_filename)) {
-      nout << state_filename << " exists, but cannot be read.  Perhaps you should remove it so a new one can be created.\n";
+      nout << FilenameUnifier::make_user_filename(state_filename)
+	   << " exists, but cannot be read.  Perhaps you should remove it so a new one can be created.\n";
       exit(1);
       exit(1);
     }
     }