Explorar o código

Fixed a typo

svn: 133
Bryan Drewery %!s(int64=23) %!d(string=hai) anos
pai
achega
28e2082342
Modificáronse 1 ficheiros con 1 adicións e 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 {
-	sprintf(STR("exiting to let new binary run.\n"));
+	sdprintf(STR("exiting to let new binary run.\n"));
         exit(0);  //This is to spawn the new binary in the correct place.
       }
     }