aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2008-04-06 21:31:26 +0000
committerReuben Thomas <rrt@sc3d.org>2008-04-06 21:31:26 +0000
commiteea15196e546f9bf4acf51d0c45168bf42fd8a49 (patch)
tree78fefe3415a74eb472e3889fd20bd3d40a52ea75 /plpftp
parentfe0286b1631a06557d3e9d4a1a9da6c0a5be92e7 (diff)
downloadplptools-eea15196e546f9bf4acf51d0c45168bf42fd8a49.tar.gz
plptools-eea15196e546f9bf4acf51d0c45168bf42fd8a49.tar.bz2
plptools-eea15196e546f9bf4acf51d0c45168bf42fd8a49.zip
Remove bogus error message translation lookup.
Diffstat (limited to 'plpftp')
-rw-r--r--plpftp/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plpftp/main.cc b/plpftp/main.cc
index 781da19..37737e7 100644
--- a/plpftp/main.cc
+++ b/plpftp/main.cc
@@ -89,7 +89,7 @@ ftpHeader()
cout << _(" Copyright (C) 1999 Philip Proudman") << endl;
cout << _(" Additions Copyright (C) 1999-2002 Fritz Elfert <felfert@to.com>") << endl;
cout << _(" & (C) 1999 Matt Gumbley <matt@gumbley.demon.co.uk>") << endl;
- cout << _(" & (C) 2006-2007 Reuben Thomas <rrt@sc3d.org>") << endl;
+ cout << _(" & (C) 2006-2008 Reuben Thomas <rrt@sc3d.org>") << endl;
cout << _("PLPFTP comes with ABSOLUTELY NO WARRANTY.") << endl;
cout << _("This is free software, and you are welcome to redistribute it") << endl;
cout << _("under GPL conditions; see the COPYING file in the distribution.") << endl;
@@ -202,7 +202,7 @@ main(int argc, char **argv)
if (rc)
delete rc;
} else {
- cerr << "plpftp: " << X_(rf->getError()) << endl;
+ cerr << "plpftp: " << rf->getError() << endl;
status = 1;
}
delete rf;