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