mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-02 14:53:14 +02:00
Fixed a win32 bug that caused crashes in the editor
This commit is contained in:
@@ -795,3 +795,4 @@ seen. gmtime warning still there
|
||||
- Fixed sts on crack win32 code
|
||||
- Fixed a win2000 bug causing Unreal to crash on the credits dialog, thanks to llthangel and WildChild for
|
||||
helping fix the bug
|
||||
- Fixed a win32 bug that can cause unexpected crashes while using the editor
|
||||
|
||||
@@ -1280,7 +1280,7 @@ int CountRTFSize(char *buffer) {
|
||||
if (*buf == '\r') {
|
||||
buf++;
|
||||
if (*buf == '\n')
|
||||
size += 4;
|
||||
size += 5;
|
||||
}
|
||||
if (*buf == '\2') {
|
||||
if (bold)
|
||||
|
||||
Reference in New Issue
Block a user