C: Made maximum file path length 2048 instead of 1024

This commit is contained in:
MercierC
2021-03-11 15:23:22 +13:00
parent 7f0f63cf26
commit 38f42cb0fb

View File

@ -40,7 +40,7 @@
*/
#define MAX_NB_OPENED_INDEXERS (1000) /**< The maximum number of indexers open at the same time.
*/
#define MAX_PATH_LEN (1024) /**< Maximum length for the character string defining a
#define MAX_PATH_LEN (2048) /**< Maximum length for the character string defining a
* file or directory path.
*/