preloader: sign-compare fix.
This commit is contained in:
parent
c9f1452233
commit
e1e54d1ee7
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue