xundump: Pass unsigned * for scanf directive %3o, not int *
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
a96c43c723
commit
7f68f37433
1 changed files with 2 additions and 1 deletions
|
@ -714,7 +714,8 @@ static char *
|
|||
xuesc(char *buf)
|
||||
{
|
||||
char *src, *dst;
|
||||
int octal_chr, n;
|
||||
unsigned octal_chr;
|
||||
int n;
|
||||
|
||||
dst = buf;
|
||||
src = buf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue