From b9859d2709de52801363098f51ba59d6fc8cff14 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 3 Aug 2007 12:12:23 +0000 Subject: [PATCH] 2007-08-02 Tatsuhiro Tsujikawa Updated contact info. * src/main.cc --- ChangeLog | 3 +++ src/main.cc | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7d5b5cff..d3c3a654 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ Use va_copy to avoid core dump on amd64: * src/SimpleLogger.cc + Updated contact info. + * src/main.cc + 2007-08-01 Tatsuhiro Tsujikawa Make a2netcompat.h include a2io.h to fix compilation error: diff --git a/src/main.cc b/src/main.cc index c4990ea1..90d65d60 100644 --- a/src/main.cc +++ b/src/main.cc @@ -107,7 +107,9 @@ void showVersion() { "along with this program; if not, write to the Free Software\n" "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n"); cout << endl; - printf(_("Contact Info: %s\n"), "Tatsuhiro Tsujikawa "); + cout << _("Contact Info:\n") << endl; + cout << "Tatsuhiro Tsujikawa " << endl; + cout << "Ross Smith II (Windows port)" << endl; cout << endl; }