SMTP-Client: strip newlines from smtp replies when setting them as Statusmessage.
[citadel.git] / citadel / snprintf.c
index 89d650d7d8331f1f9a9a62b519c43f532d2e5fc3..ad04a02e23a7230419a869dfcd67e8448944409d 100644 (file)
@@ -1,13 +1,9 @@
-/*
- * modified from Sten Gunterberg's BUGTRAQ post of 22 Jul 1997
- * --nathan bryant <bryant@cs.usm.maine.edu>
- *
- * $Id$
- */
-
 /*
  * Replacements for snprintf() and vsnprintf()
  *
+ * modified from Sten Gunterberg's BUGTRAQ post of 22 Jul 1997
+ * --nathan bryant <nathan@designtrust.com>
+ *
  * 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.