X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=oss%2Fcatdoc.git;a=blobdiff_plain;f=src%2Fcharsets.c;fp=src%2Fcharsets.c;h=49875e3b4f27f4251d4778fefed382ed135040be;hp=a81ceebe1a1bb6f8f7e1d38a1379a8c85e7fac77;hb=69e68e6b8d2f38a4c5b896ebd42eb1d866b2087d;hpb=d106443a3be63ce39f77b281eb80e85e54141e03 diff --git a/src/charsets.c b/src/charsets.c index a81ceeb..49875e3 100644 --- a/src/charsets.c +++ b/src/charsets.c @@ -14,7 +14,7 @@ char *charset_path=CHARSETPATH; char *source_csname=SOURCE_CHARSET, *dest_csname=TARGET_CHARSET; -short int * source_charset; +uint16_t * source_charset; int unknown_as_hex=0; char bad_char[]=UNKNOWN_CHAR; CHARSET target_charset;