diff options
Diffstat (limited to 'i386-dis.c')
-rw-r--r-- | i386-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |