Don't call printf() with no format string.
This commit is contained in:
parent
084c79f69e
commit
32d9afb622
@ -106,7 +106,7 @@ display()
|
||||
(void)printf(pr->fmt, (quad_t)eaddress);
|
||||
break;
|
||||
case F_TEXT:
|
||||
(void)printf(pr->fmt);
|
||||
(void)printf("%s", pr->fmt);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user