- Timestamp:
- 03/12/08 22:56:55 (5 years ago)
- Location:
- lang/c/partty/trunk/src
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/c/partty/trunk/src/partty.h
r7761 r7865 42 42 #ifndef PARTTY_GATE_SESSION_BANNER 43 43 #define PARTTY_GATE_SESSION_BANNER \ 44 "Welcome to Partty hogehoge!\r\n\r\nSession name: "44 "Welcome to Partty!\r\n\r\nSession name: " 45 45 #endif 46 46 … … 81 81 82 82 83 static const unsigned short SERVER_DEFAULT_PORT = 2750;84 static const unsigned short GATE_DEFAULT_PORT = 7777;83 static const unsigned short SERVER_DEFAULT_PORT = 2750; 84 static const unsigned short GATE_DEFAULT_PORT = 7777; 85 85 86 86 static const size_t MAX_SESSION_NAME_LENGTH = 256; 87 87 static const size_t MIN_SESSION_NAME_LENGTH = 3; 88 88 static const size_t MAX_PASSWORD_LENGTH = 128; 89 static const size_t MAX_MESSAGE_LENGTH = 128;89 static const size_t MAX_MESSAGE_LENGTH = 128; 90 90 91 91 -
lang/c/partty/trunk/src/uniext.cc
r7761 r7865 56 56 57 57 for(char* p = &static_argv[0][strlen(static_argv[0])]; p < argv_end; ++p) { 58 *p = NULL;58 *p = 0; 59 59 } 60 60 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)