mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[FREELDR]
* Handle case when non-existing channel is asked for debug tracing CID 701362 svn path=/trunk/; revision=56699
This commit is contained in:
@@ -303,6 +303,7 @@ DbgAddDebugChannel( CHAR* channel, CHAR* level, CHAR op)
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
else return FALSE;
|
||||
|
||||
if(op==L'+')
|
||||
DbgChannels[iChannel] |= iLevel;
|
||||
|
||||
Reference in New Issue
Block a user