Changeset 4192 for trunk/console
- Timestamp:
- 08/16/05 13:34:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/console/src/console.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/console/src/console.cpp
r4185 r4192 257 257 scrollok(winCon[i]->Win(), true); 258 258 winCon[i]->fProcessInput = &CLicqConsole::InputCommand; 259 winCon[i]->data = NULL; 259 260 } 260 261 winCon[0]->fProcessInput = &CLicqConsole::InputLogWindow; … … 573 574 { 574 575 data = (CData *)winCon[i]->data; 575 if ( strcmp(data->szId, _szId) == 0 && data->nPPID == _nPPID)576 if (data && strcmp(data->szId, _szId) == 0 && data->nPPID == _nPPID) 576 577 { 577 578 winCon[i]->event = _nEventTag;
