diff options
Diffstat (limited to 'devel/vstr/files/patch-tst_tst-main.c')
-rw-r--r-- | devel/vstr/files/patch-tst_tst-main.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/vstr/files/patch-tst_tst-main.c b/devel/vstr/files/patch-tst_tst-main.c new file mode 100644 index 000000000000..3fcdb8cd842c --- /dev/null +++ b/devel/vstr/files/patch-tst_tst-main.c @@ -0,0 +1,11 @@ +--- tst/tst-main.c.orig Fri Jul 30 09:15:06 2004 ++++ tst/tst-main.c Fri Jul 21 15:45:07 2006 +@@ -133,7 +133,7 @@ + die(); + + #ifndef USE_RESTRICTED_HEADERS +- if (!setlocale(LC_ALL, "en_US")) ++ if (!setlocale(LC_ALL, "en_US.ISO8859-1")) + { + fprintf(stderr, + " This library does things with the locale.\n" |