Commit e1e54d1e authored by Joris Huizer's avatar Joris Huizer Committed by Alexandre Julliard

preloader: sign-compare fix.

parent c9f14522
...@@ -1006,7 +1006,8 @@ static int is_in_preload_range( const ElfW(auxv_t) *av, int type ) ...@@ -1006,7 +1006,8 @@ static int is_in_preload_range( const ElfW(auxv_t) *av, int type )
/* set the process name if supported */ /* set the process name if supported */
static void set_process_name( int argc, char *argv[] ) static void set_process_name( int argc, char *argv[] )
{ {
unsigned int i, off; int i;
unsigned int off;
char *p, *name, *end; char *p, *name, *end;
/* set the process short name */ /* set the process short name */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment