top: use existing unsigned vs. separate int
This commit is contained in:
parent
eac96c37b5
commit
18fc0b963d
@ -1699,8 +1699,7 @@ static void zap_fieldstab (void) {
|
|||||||
static char fmts_pid[8];
|
static char fmts_pid[8];
|
||||||
static char fmts_cpu[8];
|
static char fmts_cpu[8];
|
||||||
static int once;
|
static int once;
|
||||||
int i;
|
unsigned i, digits;
|
||||||
unsigned digits;
|
|
||||||
char buf[8];
|
char buf[8];
|
||||||
|
|
||||||
if (once) goto always;
|
if (once) goto always;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user