mapscrn: Add '.acm' suffix for compatibility with console-tools
authorAlexey Gladkov <legion@altlinux.org>
Thu, 27 Dec 2007 10:51:32 +0000 (13:51 +0300)
committerAlexey Gladkov <legion@altlinux.org>
Thu, 27 Dec 2007 10:51:32 +0000 (13:51 +0300)
Signed-off-by: Alexey Gladkov <legion@altlinux.org>
src/mapscrn.c

index fe1dbc5..6c3ffc7 100644 (file)
@@ -25,7 +25,7 @@ static int ctoi (char *);
 
 /* search for the map file in these directories (with trailing /) */
 static char *mapdirpath[] = { "", DATADIR "/" TRANSDIR "/", 0 };
-static char *mapsuffixes[] = { "", ".trans", "_to_uni.trans", 0 };
+static char *mapsuffixes[] = { "", ".trans", "_to_uni.trans", ".acm", 0 };
 
 #ifdef MAIN
 #include "getfd.h"