diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-11-21 13:20:31 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-11-21 13:20:31 +0000 |
commit | 42d2509c9fab5c774fd33b9d4b5bd1ee125479c3 (patch) | |
tree | 4de93a19eeb376ee80166bf3fe446a20a588978f /source/lib/snprintf.c | |
parent | 8594c4bcae503972679c55a2fcab8eb69faf3ae3 (diff) | |
download | samba-42d2509c9fab5c774fd33b9d4b5bd1ee125479c3.tar.gz |
global change from samba.anu.edu.au to samba.org
Diffstat (limited to 'source/lib/snprintf.c')
-rw-r--r-- | source/lib/snprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/snprintf.c b/source/lib/snprintf.c index f69c5ca32e4..8bbc67a3b63 100644 --- a/source/lib/snprintf.c +++ b/source/lib/snprintf.c @@ -45,7 +45,7 @@ * missing. Some systems only have snprintf() but not vsnprintf(), so * the code is now broken down under HAVE_SNPRINTF and HAVE_VSNPRINTF. * - * Andrew Tridgell (tridge@samba.anu.edu.au) Oct 1998 + * Andrew Tridgell (tridge@samba.org) Oct 1998 * fixed handling of %.0f * added test for HAVE_LONG_DOUBLE * |