&x is not a format string
This commit is contained in:
parent
d52bc3438c
commit
d3cf4981d9
@ -254,7 +254,7 @@ kvm_proclist(kd, what, arg, p, bp, maxcnt)
|
||||
if (tty.t_pgrp != NULL) {
|
||||
if (KREAD(kd, (u_long)tty.t_pgrp, &pgrp)) {
|
||||
_kvm_err(kd, kd->program,
|
||||
"can't read tpgrp at &x",
|
||||
"can't read tpgrp at %x",
|
||||
tty.t_pgrp);
|
||||
return (-1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user