1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 22:56:44 +02:00

small fix

This commit is contained in:
Jfreegman
2014-09-22 18:38:46 -04:00
parent c3f68b60d3
commit 9d5fe03285
2 changed files with 7 additions and 12 deletions

View File

@ -45,7 +45,7 @@
#define MAX_STR_SIZE TOX_MAX_MESSAGE_LENGTH
#define MAX_CMDNAME_SIZE 64
#define TOXIC_MAX_NAME_LENGTH 32 /* Must be <= TOX_MAX_NAME_LENGTH */
#define KEY_IDENT_DIGITS 2 /* number of hex digits to display for the pub-key based identifier */
#define KEY_IDENT_DIGITS 3 /* number of hex digits to display for the pub-key based identifier */
#define TIME_STR_SIZE 16
/* ASCII key codes */