فهرست منبع

Changed a printf() to sdprintf()

svn: 132
Bryan Drewery 23 سال پیش
والد
کامیت
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.
       }
     }