Changeset 4574 for trunk/console
- Timestamp:
- 08/18/06 09:52:14 (2 years ago)
- Files:
-
- 1 modified
-
trunk/console/src/console_print.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/console/src/console_print.cpp
r4526 r4574 392 392 m_lScrollUsers.push_back(s); 393 393 ulist[i++] = copyChar((*it)->szLine); 394 } 395 396 // No users, so let's tell the user that 397 if (i == 0) 398 { 399 ulist[i++] = "No users found"; 394 400 } 395 401
