mirror of https://github.com/aria2/aria2
2007-08-02 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Updated contact info. * src/main.ccpull/1/head
parent
54be1cbc4f
commit
b9859d2709
|
@ -6,6 +6,9 @@
|
||||||
Use va_copy to avoid core dump on amd64:
|
Use va_copy to avoid core dump on amd64:
|
||||||
* src/SimpleLogger.cc
|
* src/SimpleLogger.cc
|
||||||
|
|
||||||
|
Updated contact info.
|
||||||
|
* src/main.cc
|
||||||
|
|
||||||
2007-08-01 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
2007-08-01 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Make a2netcompat.h include a2io.h to fix compilation error:
|
Make a2netcompat.h include a2io.h to fix compilation error:
|
||||||
|
|
|
@ -107,7 +107,9 @@ void showVersion() {
|
||||||
"along with this program; if not, write to the Free Software\n"
|
"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");
|
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n");
|
||||||
cout << endl;
|
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;
|
cout << endl;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue