]> git.ozlabs.org Git - ppp.git/blobdiff - chat/chat.c
README.pppoe: Minor semantic fix
[ppp.git] / chat / chat.c
index dc6cf2e3dea8a6fc75f5a4f1f66a40543dd475f2..710dba9a41c9c0edeb7d916ce1a7171ea80855d5 100644 (file)
@@ -1167,6 +1167,7 @@ register char *s;
 
     if (timeout_next) {
        timeout_next = 0;
+       s = clean(s, 0);
        timeout = atoi(s);
        
        if (timeout <= 0)
@@ -1303,7 +1304,7 @@ register char *s;
 
     if (verbose) {
        if (quiet)
-           msgf("send (??????)");
+           msgf("send (?????\?)");
        else
            msgf("send (%v)", s);
     }