From f5f5887360b775955cf2e46f2c9041825aa45e16 Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Thu, 27 Dec 2007 13:51:32 +0300 Subject: [PATCH] mapscrn: Add '.acm' suffix for compatibility with console-tools Signed-off-by: Alexey Gladkov --- src/mapscrn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapscrn.c b/src/mapscrn.c index fe1dbc5..6c3ffc7 100644 --- a/src/mapscrn.c +++ b/src/mapscrn.c @@ -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" -- 2.7.4