diff options
Diffstat (limited to 'include/string_length.h')
| -rw-r--r-- | include/string_length.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/string_length.h b/include/string_length.h index 243cb69..b1712ee 100644 --- a/include/string_length.h +++ b/include/string_length.h @@ -11,6 +11,6 @@ #define STR_NAME_SIZE 32 #define STR_PATH_SIZE 4096 #define STR_FILE_NAME_SIZE 256 -#define STR_IP_SIZE 24 +#define STR_IP_SIZE 64 #endif |