projects
/
sudo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db4cac1
)
fix comment
author
Todd C. Miller
<Todd.Miller@courtesan.com>
Sun, 22 Aug 1999 17:10:20 +0000
(17:10 +0000)
committer
Todd C. Miller
<Todd.Miller@courtesan.com>
Sun, 22 Aug 1999 17:10:20 +0000
(17:10 +0000)
snprintf.c
patch
|
blob
|
history
diff --git
a/snprintf.c
b/snprintf.c
index aaeb348741e47781f45c9bc08535d7fa3405b956..2f23508ec68bf5ff76ef5da8ad26f933dafb1e6b 100644
(file)
--- 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 */
/*