tweaks: exclude a bug check from the tiny version
Этот коммит содержится в:
родитель
d972c17050
Коммит
a521ac4ae7
@ -283,12 +283,12 @@ void extract(linestruct *top, size_t top_x, linestruct *bot, size_t bot_x)
|
|||||||
#ifndef NANO_TINY
|
#ifndef NANO_TINY
|
||||||
bool mark_inside = FALSE;
|
bool mark_inside = FALSE;
|
||||||
bool same_line = FALSE;
|
bool same_line = FALSE;
|
||||||
#endif
|
|
||||||
|
|
||||||
if (top == bot && top_x == bot_x) {
|
if (top == bot && top_x == bot_x) {
|
||||||
statusline(ALERT, "Extracting nothing -- please report a bug");
|
statusline(ALERT, "Extracting nothing -- please report a bug");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Partition the buffer so that it contains only the text from
|
/* Partition the buffer so that it contains only the text from
|
||||||
* (top, top_x) to (bot, bot_x), keep track of whether the top of
|
* (top, top_x) to (bot, bot_x), keep track of whether the top of
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user