]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
typo fixed
authorc vw <dl1ycf@darc.de>
Fri, 12 Jun 2020 12:57:21 +0000 (14:57 +0200)
committerc vw <dl1ycf@darc.de>
Fri, 12 Jun 2020 12:57:21 +0000 (14:57 +0200)
MacOS.h

diff --git a/MacOS.h b/MacOS.h
index ac745b252f0f7e907be3980e44d502f36e542a5a..be810a60a24de2c72303bc0bd382dde6345f5fdc 100644 (file)
--- a/MacOS.h
+++ b/MacOS.h
@@ -65,7 +65,7 @@ static inline int clock_nanosleep(clockid_t clock_id, int flags,
   struct timespec now;
   int rc;
 
-  if (clock_id == TIMER_ABSTIME) {
+  if (flags == TIMER_ABSTIME) {
     //
     // sleep until point in the future
     //