Explorar el Código

Changed a printf() to sdprintf()

svn: 132
Bryan Drewery hace 23 años
padre
commit
020f7b3998
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -1384,7 +1384,7 @@ Context;
         sdprintf(STR("exiting due to problem with restarting new binary."));
         exit(1);
       } else {
-	printf(STR("exiting to let new binary run.\n"));
+	sprintf(STR("exiting to let new binary run.\n"));
         exit(0);  //This is to spawn the new binary in the correct place.
       }
     }