remove two compiling warnings thx frik85 to notice it.

svn path=/trunk/; revision=24768
This commit is contained in:
Magnus Olsen 2006-11-16 15:56:10 +00:00
parent 0cb9e0fd78
commit cb8322a4e3
2 changed files with 3 additions and 1 deletions

View file

@ -29,4 +29,4 @@ unsigned short table_Windows28591[256] =
0x00DC, 0x00DD, 0x00DE, 0x00DF, 0x00E0, 0x00E1, 0x00E2, 0x00E3, 0x00E4, 0x00E5,
0x00E6, 0x00E7, 0x00E8, 0x00E9, 0x00EA, 0x00EB, 0x00EC, 0x00ED, 0x00EE, 0x00EF,
0x00F0, 0x00F1, 0x00F2, 0x00F3, 0x00F4, 0x00F5, 0x00F6, 0x00F7, 0x00F8, 0x00F9,
0x00FA, 0x00FB, 0x00FC, 0x00FD, 0x00FE, 0x00FF};
0x00FA, 0x00FB, 0x00FC, 0x00FD, 0x00FE, 0x00FF};

View file

@ -18,6 +18,8 @@
#define false 0
int ansiCodePage(int codepage, unsigned char *inBuffer, unsigned char *outBuffer, int Lenght);
int paraser1(unsigned char *buf, long buf_size, unsigned char * output_text, unsigned char * output_resid, unsigned char * output_format, unsigned char *iso_type);
void find_str(unsigned char asc, unsigned char *buf, long *foundPos);