Ver Fonte

oops, typo on mac side

David Rose há 15 anos atrás
pai
commit
449718492a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      direct/src/plugin/p3dSession.cxx

+ 1 - 1
direct/src/plugin/p3dSession.cxx

@@ -1580,7 +1580,7 @@ posix_create_process() {
     if (_keep_user_env) {
     if (_keep_user_env) {
       nout << "Not changing working directory.\n";
       nout << "Not changing working directory.\n";
     } else {
     } else {
-      nout << "Setting working directory: " << start_dir << "\n";
+      nout << "Setting working directory: " << _start_dir << "\n";
       if (chdir(_start_dir.c_str()) < 0) {
       if (chdir(_start_dir.c_str()) < 0) {
         nout << "Could not chdir to " << _start_dir << "\n";
         nout << "Could not chdir to " << _start_dir << "\n";
         // This is a warning, not an error.  We don't actually care
         // This is a warning, not an error.  We don't actually care