소스 검색

Fixed a typo

svn: 133
Bryan Drewery 23 년 전
부모
커밋
28e2082342
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."));
         sdprintf(STR("exiting due to problem with restarting new binary."));
         exit(1);
         exit(1);
       } else {
       } 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.
         exit(0);  //This is to spawn the new binary in the correct place.
       }
       }
     }
     }