Revision: 14484
http://sourceforge.net/p/skim-app/code/14484
Author: hofman
Date: 2024-09-26 15:32:28 +0000 (Thu, 26 Sep 2024)
Log Message:
-----------
Add parenthesis to use of macro argument
Modified Paths:
--------------
trunk/Skim_Prefix.pch
Modified: trunk/Skim_Prefix.pch
===================================================================
--- trunk/Skim_Prefix.pch 2024-09-26 14:50:13 UTC (rev 14483)
+++ trunk/Skim_Prefix.pch 2024-09-26 15:32:28 UTC (rev 14484)
@@ -45,7 +45,7 @@
} \
} while (0)
- #define DISPATCH_MAIN_AFTER_SEC(time, block)
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(time *
NSEC_PER_SEC)), dispatch_get_main_queue(), block)
+ #define DISPATCH_MAIN_AFTER_SEC(time, block)
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)((time) *
NSEC_PER_SEC)), dispatch_get_main_queue(), block)
#else
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit