mirror of
https://git.busybox.net/busybox.git
synced 2024-11-24 06:03:27 +08: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);
|
||||
matchBuf[cursor+1] = '\0';
|
||||
|
||||
fprintf(stderr, "matchBuf='%s'\n", matchBuf);
|
||||
|
||||
/* skip leading white space */
|
||||
tmp = matchBuf;
|
||||
while (*tmp && isspace(*tmp)) {
|
||||
|
@ -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…
Reference in New Issue
Block a user