]> granicus.if.org Git - sudo/commitdiff
fix comment
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 22 Aug 1999 17:10:20 +0000 (17:10 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 22 Aug 1999 17:10:20 +0000 (17:10 +0000)
snprintf.c

index aaeb348741e47781f45c9bc08535d7fa3405b956..2f23508ec68bf5ff76ef5da8ad26f933dafb1e6b 100644 (file)
@@ -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 */
 
 /*