Minor update
This commit is contained in:
parent
6273f655c8
commit
531bcb6826
2 changed files with 4 additions and 0 deletions
|
@ -319,6 +319,8 @@ extern int cmdedit_read_input(int inputFd, int outputFd,
|
|||
strcpy( matchBuf, parsenextc);
|
||||
matchBuf[cursor+1] = '\0';
|
||||
|
||||
fprintf(stderr, "matchBuf='%s'\n", matchBuf);
|
||||
|
||||
/* skip leading white space */
|
||||
tmp = matchBuf;
|
||||
while (*tmp && isspace(*tmp)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue