mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 21:23:12 +02:00
removed some old win32 debugger debug code
This commit is contained in:
@@ -1580,3 +1580,5 @@ seen. gmtime warning still there
|
||||
- Fixed a bug where /who +c #chan would let you see users in a +s channel
|
||||
- Added Nugget's setuid patch
|
||||
- Made the IRC_UID stuff more proper..
|
||||
- Removed some old debug code from the win32 debugger
|
||||
|
||||
|
||||
+1
-4
@@ -215,7 +215,4 @@ void InitDebug(void) {
|
||||
SetUnhandledExceptionFilter(&ExceptionFilter);
|
||||
}
|
||||
|
||||
void Crash() {
|
||||
int o = 0;
|
||||
o = 1/o;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user