mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
0f3975005e
commit
43595515eb
@ -138,11 +138,9 @@ incomplete:
|
||||
for (int i = 1; i <= ulines.size(); i++) {
|
||||
int start, len;
|
||||
|
||||
if (i == di.FirstLine) {
|
||||
if (i == di.FirstLine)
|
||||
start = di.FirstColumn;
|
||||
if (start > 0)
|
||||
start--;
|
||||
} else
|
||||
else
|
||||
start = 0;
|
||||
|
||||
if (i == di.LastLine)
|
||||
|
Loading…
x
Reference in New Issue
Block a user