=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cdio/cdio.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/cdio/cdio.c 1998/12/20 23:53:35 1.12 --- src/usr.bin/cdio/cdio.c 1999/12/15 05:33:56 1.13 *************** *** 1,4 **** ! /* $OpenBSD: cdio.c,v 1.12 1998/12/20 23:53:35 millert Exp $ */ /* * Compact Disc Control Utility by Serge V. Vakulenko . * Based on the non-X based CD player by Jean-Marc Zucconi and --- 1,4 ---- ! /* $OpenBSD: cdio.c,v 1.13 1999/12/15 05:33:56 deraadt Exp $ */ /* * Compact Disc Control Utility by Serge V. Vakulenko . * Based on the non-X based CD player by Jean-Marc Zucconi and *************** *** 222,228 **** if (p > buf) *p++ = ' '; ! strcpy (p, *argv); p += len; } *p = 0; --- 222,228 ---- if (p > buf) *p++ = ' '; ! strcpy (p, *argv); /* ok */ p += len; } *p = 0;