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=26ea699acb7f01e0b3431fd6173feb1f09094d8e;hpb=73b1dd7326585b7c18ce6e24320656d0d6f843cc 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);