Revision 4d5e2b3c

b/i386-dis.c
2826 2826
oappend (s)
2827 2827
     const char *s;
2828 2828
{
2829
  pstrcpy (obufp, sizeof(obuf) - (size_t)(obufp - obuf), s);
2829
  strcpy (obufp, s);
2830 2830
  obufp += strlen (s);
2831 2831
}
2832 2832

  

Also available in: Unified diff