aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp/main.cc
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-02-28 20:59:11 +0000
committerFritz Elfert <felfert@to.com>2002-02-28 20:59:11 +0000
commit4f497127917554c3a7249658feee9f5bbae84b88 (patch)
tree99e50676b2ee4a410fd9300693a825a0201b6c5e /plpftp/main.cc
parenteecba3b5fcb47a01e6e13ee1940def989f6dd22d (diff)
downloadplptools-4f497127917554c3a7249658feee9f5bbae84b88.tar.gz
plptools-4f497127917554c3a7249658feee9f5bbae84b88.tar.bz2
plptools-4f497127917554c3a7249658feee9f5bbae84b88.zip
- Added SIS stuff by Daniel Brahneborg
- Change readline detection again
Diffstat (limited to 'plpftp/main.cc')
-rw-r--r--plpftp/main.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/plpftp/main.cc b/plpftp/main.cc
index 9ff50d7..a60a2fb 100644
--- a/plpftp/main.cc
+++ b/plpftp/main.cc
@@ -72,7 +72,9 @@ main(int argc, char **argv)
int status = 0;
int sockNum = DPORT;
+#ifdef LC_ALL
setlocale (LC_ALL, "");
+#endif
textdomain(PACKAGE);
struct servent *se = getservbyname("psion", "tcp");