commit fbc1eaa0af653b796a794242010f54343141e272
parent 1651f92c1608c5df2c0e83ae377c86d14499eb34
Author: Nick Mathewson <nickm@torproject.org>
Date: Thu, 6 Feb 2020 17:09:20 -0500
Try to shorten an #error in address.c
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/net/address.c b/src/lib/net/address.c
@@ -97,7 +97,7 @@
* work correctly. Bail out here if we've found a platform where AF_UNSPEC
* isn't 0. */
#if AF_UNSPEC != 0
-#error We rely on AF_UNSPEC being 0. Let us know about your platform, please!
+#error "We rely on AF_UNSPEC being 0. Yours isn't. Please tell us more!"
#endif
CTASSERT(AF_UNSPEC == 0);