Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fvbe.git;a=commitdiff;h=b414ece366b80797e443ae98f35999d6d25fb070

commit b414ece366b80797e443ae98f35999d6d25fb070
Author: James Buren <[email protected]>
Date:   Sun Apr 7 03:13:33 2013 -0500

langconfig: fix new detection for available locales

diff --git a/src/langconfig.c b/src/langconfig.c
index 5649ac6..d172dea 100644
--- a/src/langconfig.c
+++ b/src/langconfig.c
@@ -63,7 +63,7 @@ static bool langconfig_setup(void)
i == size - 1                            ||
(locale = strtok(line,SPACE_CHARS)) == 0 ||
(p = strstr(locale,".utf8")) == 0        ||
-      *p != 0
+      p[5] != 0
)
continue;
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to