1
0
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:
codemastr
2001-08-08 21:13:33 +00:00
parent 145cc3f7d3
commit ffdf227cbc
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -1280,7 +1280,7 @@ int CountRTFSize(char *buffer) {
if (*buf == '\r') {
buf++;
if (*buf == '\n')
size += 4;
size += 5;
}
if (*buf == '\2') {
if (bold)