diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 36773bb..0d3143e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2759,7 +2759,7 @@ CMainApplication *pMainApplication; void reset_position(int signum) { - printf("ok\n"); + write(STDOUT_FILENO, "ok\n", 3); if(pMainApplication) pMainApplication->ResetRotation(); } |