You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-office/magicpoint/files/magicpoint-1.13a_p20121015-...

12 lines
376 B

--- kit.orig/draw.c 2012-10-14 20:25:10.000000000 +0200
+++ kit/draw.c 2016-01-12 16:45:54.123549077 +0100
@@ -2847,7 +2847,7 @@
char *seed;
char *registry;
- if (code >= 0xa0 && ((!argregistry || !argregistry[0]) && mgp_charset))
+ if (code >= 0xa0 && ((!argregistry || !argregistry[0]) && mgp_charset[0]))
registry = mgp_charset;
else
registry = argregistry;