2007-08-02 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

Updated contact info.
	* src/main.cc
pull/1/head
Tatsuhiro Tsujikawa 2007-08-03 12:12:23 +00:00
parent 54be1cbc4f
commit b9859d2709
2 changed files with 6 additions and 1 deletions

View File

@ -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 <tujikawa at rednoah dot com>
Make a2netcompat.h include a2io.h to fix compilation error:

View File

@ -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 <tujikawa at users dot sourceforge dot net>");
cout << _("Contact Info:\n") << endl;
cout << "Tatsuhiro Tsujikawa <tujikawa at users dot sourceforge dot net>" << endl;
cout << "Ross Smith II <aria2spam at netebb dot com> (Windows port)" << endl;
cout << endl;
}