mirror of
https://github.com/sheumann/hush.git
synced 2024-12-31 11:31:19 +00:00
Minor update
This commit is contained in:
parent
6273f655c8
commit
531bcb6826
@ -319,6 +319,8 @@ extern int cmdedit_read_input(int inputFd, int outputFd,
|
|||||||
strcpy( matchBuf, parsenextc);
|
strcpy( matchBuf, parsenextc);
|
||||||
matchBuf[cursor+1] = '\0';
|
matchBuf[cursor+1] = '\0';
|
||||||
|
|
||||||
|
fprintf(stderr, "matchBuf='%s'\n", matchBuf);
|
||||||
|
|
||||||
/* skip leading white space */
|
/* skip leading white space */
|
||||||
tmp = matchBuf;
|
tmp = matchBuf;
|
||||||
while (*tmp && isspace(*tmp)) {
|
while (*tmp && isspace(*tmp)) {
|
||||||
|
@ -319,6 +319,8 @@ extern int cmdedit_read_input(int inputFd, int outputFd,
|
|||||||
strcpy( matchBuf, parsenextc);
|
strcpy( matchBuf, parsenextc);
|
||||||
matchBuf[cursor+1] = '\0';
|
matchBuf[cursor+1] = '\0';
|
||||||
|
|
||||||
|
fprintf(stderr, "matchBuf='%s'\n", matchBuf);
|
||||||
|
|
||||||
/* skip leading white space */
|
/* skip leading white space */
|
||||||
tmp = matchBuf;
|
tmp = matchBuf;
|
||||||
while (*tmp && isspace(*tmp)) {
|
while (*tmp && isspace(*tmp)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user