X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=oss%2Fcatdoc.git;a=blobdiff_plain;f=src%2Fsubstmap.c;fp=src%2Fsubstmap.c;h=ac9b9341f50a0ee1d934bdd2f00ddd1837ab9ae8;hp=f29d62915c4f5bde1485031796fa7c5435823df4;hb=666a23f1c6f51c09f4aa4ad7e863bf901025a82f;hpb=ccf8e1947728585acd2301c9b8e459e6918bfb5f diff --git a/src/substmap.c b/src/substmap.c index f29d629..ac9b934 100644 --- a/src/substmap.c +++ b/src/substmap.c @@ -39,7 +39,7 @@ SUBSTMAP read_substmap(char* filename) { char s[256]; char stopchar; int escaped, lineno=0, i; - unsigned int uc; + int32_t uc; path=find_file(filename,add_exe_path(map_path)); if (!path) { free(map);