From 1020f835c4e39d6633739ad9d85a4f4349a5eb2d Mon Sep 17 00:00:00 2001
From: c vw <dl1ycf@darc.de>
Date: Fri, 12 Jun 2020 14:57:21 +0200
Subject: [PATCH] typo fixed

---
 MacOS.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
     //
-- 
2.45.2