aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp/main.cc
diff options
context:
space:
mode:
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");