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; }