Changeset 3933 for trunk/console
- Timestamp:
- 10/07/04 15:42:56 (4 years ago)
- Location:
- trunk/console/src
- Files:
-
- 3 modified
-
console.cpp (modified) (1 diff)
-
console.h (modified) (2 diffs)
-
console_print.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/console/src/console.cpp
r3922 r3933 1904 1904 return; 1905 1905 } 1906 sz--; 1906 1907 *sz = '\0'; 1907 sz ++;1908 sz += 2; 1908 1909 bool bDirect = SendDirect(data->szId, data->nPPID, *sz); 1909 1910 winMain->wprintf("%C%ASending message %s...", m_cColorInfo->nColor, -
trunk/console/src/console.h
r3922 r3933 29 29 struct SUser 30 30 { 31 char szKey[ 32];32 char szId[ 32];31 char szKey[256]; 32 char szId[256]; 33 33 unsigned long nPPID; 34 34 char *szLine; … … 44 44 int pos; 45 45 unsigned long nPPID; 46 char szId[ 32];46 char szId[256]; 47 47 const struct SColorMap *color; 48 48 }; -
trunk/console/src/console_print.cpp
r3922 r3933 373 373 { 374 374 char *title = "<C></B/40>Contacts"; 375 char *ulist[10 000];375 char *ulist[1024]; 376 376 int i = 0; 377 377 struct SScrollUser *s = NULL;
