Networker: remove unneeded assignment
[citadel.git] / citadel / snprintf.c
index 32f8174ec48f0cc6b9def9b1853f282f1e656dd1..ad04a02e23a7230419a869dfcd67e8448944409d 100644 (file)
@@ -1,13 +1,9 @@
 /*
+ * Replacements for snprintf() and vsnprintf()
+ *
  * modified from Sten Gunterberg's BUGTRAQ post of 22 Jul 1997
  * --nathan bryant <nathan@designtrust.com>
  *
- * $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.