lexical #6/19, express cp_ccom() property

This commit is contained in:
rlar 2012-07-31 20:39:23 +02:00
parent 3b575d5e3d
commit ecb2eec279
1 changed files with 2 additions and 0 deletions

View File

@ -247,6 +247,7 @@ gotchar:
}
goto done;
}
// cp_ccom doesn't mess wlist, read only access to wlist->wl_word
cp_ccom(wlist, buf, FALSE);
wl_free(wlist);
(void) fputc('\r', cp_out);
@ -277,6 +278,7 @@ gotchar:
#else
fputc(linebuf[j], cp_out); /* But you can't edit */
#endif
// cp_ccom doesn't mess wlist, read only access to wlist->wl_word
cp_ccom(wlist, buf, TRUE);
wl_free(wlist);
goto nloop;