diff options
Diffstat (limited to 'tsalis/include')
-rw-r--r-- | tsalis/include/tsalis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsalis/include/tsalis.h b/tsalis/include/tsalis.h index d60b7c7..3fb3751 100644 --- a/tsalis/include/tsalis.h +++ b/tsalis/include/tsalis.h @@ -1,7 +1,7 @@ #ifndef TSALIS_H #define TSALIS_H -#define NAME_MAX_SIZE 10 +#define NAME_MAX_SIZE 128 extern sbool g_exit; extern sbool g_running; |