tweaks: exclude an unlikely warning from the tiny version
Этот коммит содержится в:
родитель
d3012be095
Коммит
80605c3918
@ -180,7 +180,9 @@ void renumber(filestruct *line)
|
||||
ssize_t number;
|
||||
|
||||
if (line == NULL) {
|
||||
#ifndef NANO_TINY
|
||||
statusline(ALERT, "Trying to renumber nothing -- please report a bug");
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user