mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:37:45 +00:00
![]() When size_t replaced int (6f4c370), it caused the 'start = -1' trick to fail, setting start to (unsigned)-1 instead. This then caused String.substring to fail, as that is a little bit higher than the length of the string! This resulted in an outright crash. Later, the builder is not reset before making a new line. This causes the line to simply be the earlier one, but with more text on it. (There's also a few changes from clang-format, namely the #include reorganization.) Fixes #1211 (although I wasn't aware of it when I made this commit). |
||
---|---|---|
.. | ||
About | ||
Browser | ||
Calculator | ||
ChanViewer | ||
DisplayProperties | ||
FileManager | ||
FontEditor | ||
Help | ||
HexEditor | ||
IRCClient | ||
PaintBrush | ||
Piano | ||
QuickShow | ||
SoundPlayer | ||
SystemDialog | ||
SystemMonitor | ||
Taskbar | ||
Terminal | ||
TextEditor | ||
Welcome | ||
Makefile |