X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=chat%2Fchat.c;h=6c614d49dbb12922fd3388cea21feff6c702c2f9;hp=40794154f2d108d82cd5e5ca39d7b3763868ff21;hb=179ee8410220e164904f9808b5dd0512db106ee3;hpb=fe1af7dab67e6bcbcd0c5eab58921d4732fcb0aa;ds=sidebyside diff --git a/chat/chat.c b/chat/chat.c index 4079415..6c614d4 100644 --- a/chat/chat.c +++ b/chat/chat.c @@ -18,6 +18,8 @@ * (614)451-1883 */ +static char rcsid[] = "$Id: chat.c,v 1.4 1994/05/30 00:30:37 paulus Exp $"; + #include #include #include @@ -825,13 +827,10 @@ register char *s; die(); } - strcpy(s, s1); - abort_string[n_aborts++] = s; + abort_string[n_aborts++] = s1; if (verbose) { - register char *s1 = s; - logf("abort on ("); for (s1 = s; *s1; ++s1)