X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsnprintf.c;h=ad04a02e23a7230419a869dfcd67e8448944409d;hb=10d2ab3c4d60fbf991967646cc821b8bb38770b0;hp=32f8174ec48f0cc6b9def9b1853f282f1e656dd1;hpb=95d9e9a1beb9c75ff9ca5aa0b9204f6ea4a180f1;p=citadel.git diff --git a/citadel/snprintf.c b/citadel/snprintf.c index 32f8174ec..ad04a02e2 100644 --- a/citadel/snprintf.c +++ b/citadel/snprintf.c @@ -1,13 +1,9 @@ /* + * Replacements for snprintf() and vsnprintf() + * * modified from Sten Gunterberg's BUGTRAQ post of 22 Jul 1997 * --nathan bryant * - * $Id$ - */ - -/* - * Replacements for snprintf() and vsnprintf() - * * Use it only if you have the "spare" cycles needed to effectively * do every snprintf operation twice! Why is that? Because everything * is first vfprintf()'d to /dev/null to determine the number of bytes.