files: prevent an infinite loop when reading from standard input fails
Этот коммит содержится в:
родитель
a1132c81a1
Коммит
3e5b0ea5fd
@ -2605,9 +2605,9 @@ int main(int argc, char **argv)
|
||||
/* If the filename is a dash, read from standard input; otherwise,
|
||||
* open the file; skip positioning the cursor if either failed. */
|
||||
if (strcmp(argv[optind], "-") == 0) {
|
||||
optind++;
|
||||
if (!scoop_stdin())
|
||||
continue;
|
||||
optind++;
|
||||
} else if (!open_buffer(argv[optind++], FALSE))
|
||||
continue;
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user