Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/astro/boinc-setiathome/files/patch-client_seti.h
16146 views
1
--- client/seti.h.orig 2018-12-13 10:21:28 UTC
2
+++ client/seti.h
3
@@ -53,9 +53,9 @@ typedef uint64_t sh_uint8_t;
4
5
#ifdef PRId64
6
// If print formats are defined
7
-#define SINT8_FMT "%"PRId64
8
+#define SINT8_FMT "%" PRId64
9
#define SINT8_FMT_CAST(x) (x)
10
-#define UINT8_FMT "%"PRIu64
11
+#define UINT8_FMT "%" PRIu64
12
#define UINT8_FMT_CAST(x) (x)
13
#else
14
// play it safe. It'll work through 49 bits at least.
15
16