| # | Line 312 | Line 312 | usr_input() /* get user input and process it */ | |
|---|---|---|
| 312 | sstdin = NULL; | |
| 313 | return(-1); | |
| 314 | } | |
| 315 | < | if (!*cmd) |
| 315 | > | if (*cmd == '\n') |
| 316 | return(DC_RESUME); | |
| 317 | for (args = cmd; *args && !isspace(*args); args++) | |
| 318 | ; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |