From: Todd C. Miller Date: Sun, 22 Aug 1999 17:10:20 +0000 (+0000) Subject: fix comment X-Git-Tag: SUDO_1_6_0~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b3c8d5c7589218be5a3437e77cf90772f131f29;p=sudo fix comment --- diff --git a/snprintf.c b/snprintf.c index aaeb34874..2f23508ec 100644 --- a/snprintf.c +++ b/snprintf.c @@ -263,7 +263,7 @@ __uqtoa(val, endp, base, octzero, xdigs) } return (cp); } -#endif /* !(UQUAD_MAX == ULONG_MAX) */ +# endif /* !LONG_IS_QUAD */ #endif /* HAVE_LONG_LONG */ /*