aboutsummaryrefslogtreecommitdiff
path: root/portable/snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'portable/snprintf.c')
-rw-r--r--portable/snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/portable/snprintf.c b/portable/snprintf.c
index 91c8491..225455b 100644
--- a/portable/snprintf.c
+++ b/portable/snprintf.c
@@ -73,7 +73,7 @@
* fixed handling of %.0f
* added test for HAVE_LONG_DOUBLE
*
- * Russ Allbery <rra@stanford.edu> 2000-08-26
+ * Russ Allbery <eagle@eyrie.org> 2000-08-26
* fixed return value to comply with C99
* fixed handling of snprintf(NULL, ...)
*