[SYSTEM] Apply patch from Debian.
authorAlexey Gladkov <legion@altlinux.org>
Sun, 4 Feb 2007 20:18:41 +0000 (23:18 +0300)
committerAlexey Gladkov <legion@altlinux.org>
Sun, 4 Feb 2007 20:18:41 +0000 (23:18 +0300)
Apply uni_suffix.diff patch from Debian distribution.

Signed-off-by: Alexey Gladkov <legion@altlinux.org>
src/loadunimap.c

index 98a6b54..4570e7a 100644 (file)
@@ -28,8 +28,8 @@
 extern char *progname;
 extern int force;
 
-static char *unidirpath[] = { "", DATADIR "/" UNIMAPDIR "/", 0 };
-static char *unisuffixes[] = { "", ".uni", 0 };
+static char *unidirpath[] = { "", DATADIR "/" TRANSDIR "/", 0 };
+static char *unisuffixes[] = { "", ".sfm", ".uni", 0 };
 
 #ifdef MAIN
 #include "version.h"