mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Fix more bugs in r5044
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5087 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
62dd234ff7
commit
ac700bce63
2 changed files with 2 additions and 2 deletions
|
@ -2826,7 +2826,7 @@ static void
|
|||
oappend (s)
|
||||
const char *s;
|
||||
{
|
||||
pstrcpy (obufp, (size_t)(obufp - obuf), s);
|
||||
pstrcpy (obufp, sizeof(obuf) - (size_t)(obufp - obuf), s);
|
||||
obufp += strlen (s);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue