aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2001-07-26 14:44:04 +0000
committerFritz Elfert <felfert@to.com>2001-07-26 14:44:04 +0000
commit0cf4829cd0a704ff1e39834d246ee35be5ee8b13 (patch)
treecb1b6a8ca68e3271211d6d2b34c1f67bee7a513b /plpftp
parentfb63e94110d271b1ab346fa598d318e458b9bbd7 (diff)
downloadplptools-0cf4829cd0a704ff1e39834d246ee35be5ee8b13.tar.gz
plptools-0cf4829cd0a704ff1e39834d246ee35be5ee8b13.tar.bz2
plptools-0cf4829cd0a704ff1e39834d246ee35be5ee8b13.zip
Make unconditional gettext conditional.
Diffstat (limited to 'plpftp')
-rw-r--r--plpftp/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plpftp/main.cc b/plpftp/main.cc
index 711cdbb..9ff50d7 100644
--- a/plpftp/main.cc
+++ b/plpftp/main.cc
@@ -111,7 +111,7 @@ main(int argc, char **argv)
delete skt;
delete skt2;
} else {
- cerr << "plpftp: " << gettext(rf->getError()) << endl;
+ cerr << "plpftp: " << X_(rf->getError()) << endl;
status = 1;
}
delete rf;