aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-11-23 00:30:27 +0000
committerAndrew Tridgell <tridge@samba.org>1998-11-23 00:30:27 +0000
commit9e3c856a39fe363e5459e1b24c082535282ce71a (patch)
tree9688ce679b3af6ce44047a382a0f980b98a6b7af /lib
parent1e8ae5ede66ba337ba6abbb4afad2b3319c1db74 (diff)
downloadandroid_external_rsync-9e3c856a39fe363e5459e1b24c082535282ce71a.tar.gz
android_external_rsync-9e3c856a39fe363e5459e1b24c082535282ce71a.tar.bz2
android_external_rsync-9e3c856a39fe363e5459e1b24c082535282ce71a.zip
updates to reflect new samba.org domain
the main web site is now http://rsync.samba.org/
Diffstat (limited to 'lib')
-rw-r--r--lib/snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snprintf.c b/lib/snprintf.c
index f69c5ca3..8bbc67a3 100644
--- a/lib/snprintf.c
+++ b/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
*