From: Paul Mackerras Date: Mon, 30 May 1994 00:22:09 +0000 (+0000) Subject: fixes from Al Longyear X-Git-Tag: ppp-2-1-2a~13 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=a93f6a07c55b4b2ea4b99e9461e45d10492338c5 fixes from Al Longyear --- diff --git a/chat/chat.c b/chat/chat.c index 4079415..a190015 100644 --- a/chat/chat.c +++ b/chat/chat.c @@ -825,13 +825,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)