]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Try to shorten an #error in address.c
authorNick Mathewson <nickm@torproject.org>
Thu, 6 Feb 2020 22:09:20 +0000 (17:09 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 6 Feb 2020 22:21:34 +0000 (17:21 -0500)
src/lib/net/address.c

index ac4350b8fedd815310336fbc517ce762bd5900eb..e968d8a7f76999cf1d51fc2105cd645bd3fdf6dd 100644 (file)
@@ -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);