Minor update

This commit is contained in:
Erik Andersen 2000-03-17 20:49:55 +00:00
parent 6273f655c8
commit 531bcb6826
2 changed files with 4 additions and 0 deletions

View File

@ -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)) {

View File

@ -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)) {