mirror of https://github.com/adamdruppe/arsd.git
idk how the out of bounds happened but it is an expendable operation
This commit is contained in:
parent
1365a05f5a
commit
124d08dc4e
|
@ -397,7 +397,8 @@ class TerminalEmulator {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sendHyperlinkData(buffer[0 .. end - start], number);
|
if((cast(size_t) (end - start)) <= buffer.length)
|
||||||
|
sendHyperlinkData(buffer[0 .. end - start], number);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue