commit 19dc68113dcc9a13f50031eb3a7016af4029b251
parent c47798bd1ed238bffffb07d8b3afc6c26c59238e
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Tue, 3 Jan 2023 18:26:18 +0100
fix constant
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/string-sizes.h b/include/clap/string-sizes.h
@@ -19,7 +19,7 @@ enum {
CLAP_DESCRIPTION_SIZE = 1024,
// String capacity for describing a filesystem file path, an web URL, ...
- CLAP_URI_SIZE = 8096,
+ CLAP_URI_SIZE = 8192,
};
#ifdef __cplusplus