X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/90e389f6ec12e60a62c362296ffcf314feb5b03d..19684ed5aca4366468f3d9cac0848edd46a1d1cf:/projects/sgauth/main.cpp

diff --git a/projects/sgauth/main.cpp b/projects/sgauth/main.cpp
index 96c58203..2af78b71 100644
--- a/projects/sgauth/main.cpp
+++ b/projects/sgauth/main.cpp
@@ -239,7 +239,8 @@ clnp->Connect();
 
 while (1)
     {
-    usleep(200000);
+    struct timespec ts = {0, 200000000};
+    nanosleep(&ts, NULL);
 
     char state[20];