mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
Hans Leidekker <hans@it.vu.nl>
- Fix signed/unsigned comparison warnings. svn path=/trunk/; revision=11345
This commit is contained in:
@@ -894,7 +894,7 @@ char buf[rtfBufSiz];
|
||||
int RTFReadCharSetMap(RTF_Info *info, int csId)
|
||||
{
|
||||
int *stdCodeArray;
|
||||
int i;
|
||||
unsigned int i;
|
||||
|
||||
TRACE("\n");
|
||||
|
||||
@@ -2620,7 +2620,7 @@ int RTFHexToChar(int i)
|
||||
|
||||
int RTFReadOutputMap(RTF_Info *info, char *outMap[], int reinit)
|
||||
{
|
||||
int i;
|
||||
unsigned int i;
|
||||
int stdCode;
|
||||
char *name, *seq;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user