preloader: sign-compare fix.

This commit is contained in:
Joris Huizer 2007-03-03 05:30:55 -08:00 committed by Alexandre Julliard
parent c9f1452233
commit e1e54d1ee7
1 changed files with 2 additions and 1 deletions

View File

@ -1006,7 +1006,8 @@ static int is_in_preload_range( const ElfW(auxv_t) *av, int type )
/* set the process name if supported */
static void set_process_name( int argc, char *argv[] )
{
unsigned int i, off;
int i;
unsigned int off;
char *p, *name, *end;
/* set the process short name */