]> sjero.net Git - wget/blobdiff - src/snprintf.c
[svn] Updated copyright and email.
[wget] / src / snprintf.c
index 4d1c3dd5788adf8fa2bbbe10add7b9fcdb3b977d..f8dffa4ab12a4a380146c8e405acc10181ce62b4 100644 (file)
@@ -62,7 +62,7 @@
  *    fixed return value to comply with C99
  *    fixed handling of snprintf(NULL, ...)
  *
- *  Hrvoje Niksic <hniksic@arsdigita.com> 2000-11-04
+ *  Hrvoje Niksic <hniksic@xemacs.org> 2000-11-04
  *    include <config.h> instead of "config.h".
  *    moved TEST_SNPRINTF stuff out of HAVE_SNPRINTF ifdef.
  *    include <stdio.h> for NULL.