From 4d5e2b3cc6985cbac40a294aab494d893c8b742b Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Tue, 26 Aug 2008 17:07:04 +0000 Subject: Revert broken part of r5044 (thanks to Igor Kovalenko for spotting) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5089 c046a42c-6fe2-441c-8c8c-71466251a162 --- i386-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i386-dis.c') diff --git a/i386-dis.c b/i386-dis.c index 5f69acaf3..7b44179d9 100644 --- a/i386-dis.c +++ b/i386-dis.c @@ -2826,7 +2826,7 @@ static void oappend (s) const char *s; { - pstrcpy (obufp, sizeof(obuf) - (size_t)(obufp - obuf), s); + strcpy (obufp, s); obufp += strlen (s); } -- cgit v1.2.3-65-gdbad