1
0
Эх сурвалжийг харах

Changed a printf() to sdprintf()

svn: 132
Bryan Drewery 23 жил өмнө
parent
commit
020f7b3998
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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.
       }
     }