aboutsummaryrefslogtreecommitdiff
path: root/src/clef
diff options
context:
space:
mode:
Diffstat (limited to 'src/clef')
-rw-r--r--src/clef/edible.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clef/edible.c b/src/clef/edible.c
index e6ec4943..a1270eef 100644
--- a/src/clef/edible.c
+++ b/src/clef/edible.c
@@ -129,6 +129,7 @@ main(int argc, char *argv[])
+ putenv("LC_ALL=C");
setlocale(LC_ALL, "");
/* try to get a pseudoterminal to play with */
if (ptyopen(&contNum, &serverNum, serverPath) == -1) {