aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/hthits.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/hthits.c')
-rw-r--r--src/hyper/hthits.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hyper/hthits.c b/src/hyper/hthits.c
index 21223b25..f1f23ba3 100644
--- a/src/hyper/hthits.c
+++ b/src/hyper/hthits.c
@@ -413,6 +413,7 @@ cmdline(int argc, char** argv)
int
main(int argc, char** argv)
{
+ putenv("LC_ALL=C");
setlocale(LC_ALL, "");
cmdline(argc, argv);
regcomp(&reg_pattern, pattern, REG_NEWLINE);