From: c vw <dl1ycf@darc.de>
Date: Fri, 12 Jun 2020 12:57:21 +0000 (+0200)
Subject: typo fixed
X-Git-Url: https://git.rkrishnan.org/pf/frontends/schema.xhtml?a=commitdiff_plain;h=1020f835c4e39d6633739ad9d85a4f4349a5eb2d;p=pihpsdr.git

typo fixed
---

diff --git a/MacOS.h b/MacOS.h
index ac745b2..be810a6 100644
--- 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
     //