summaryrefslogtreecommitdiffstats
path: root/i386-dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386-dis.c')
-rw-r--r--i386-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386-dis.c b/i386-dis.c
index 5f69aca..7b44179 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);
}
OpenPOWER on IntegriCloud