Silence incorrect compiler warning on older gcc
This commit is contained in:
@@ -2172,7 +2172,7 @@ screen_detect_url(Screen *screen, unsigned int x, unsigned int y) {
|
|||||||
screen_mark_hyperlink(screen, x, y);
|
screen_mark_hyperlink(screen, x, y);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
char_type sentinel;
|
char_type sentinel = 0;
|
||||||
if (line) {
|
if (line) {
|
||||||
url_start = line_url_start_at(line, x);
|
url_start = line_url_start_at(line, x);
|
||||||
if (url_start < line->xnum) {
|
if (url_start < line->xnum) {
|
||||||
|
|||||||
Reference in New Issue
Block a user