You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2023/01/28 07:05:13 UTC

[nuttx] 01/02: update MAX_SHQUOTE to 4096

This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 5d45ec6d0367af9d12894ed0119051a3f719149f
Author: nietingting <ni...@xiaomi.com>
AuthorDate: Thu Apr 14 17:15:48 2022 +0800

    update MAX_SHQUOTE to 4096
    
    Signed-off-by: nietingting <ni...@xiaomi.com>
---
 tools/mkdeps.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/mkdeps.c b/tools/mkdeps.c
index 54b8850016..b3394cef03 100644
--- a/tools/mkdeps.c
+++ b/tools/mkdeps.c
@@ -46,7 +46,7 @@
 
 #define MAX_BUFFER  (8192)
 #define MAX_EXPAND  (2048)
-#define MAX_SHQUOTE (3072)
+#define MAX_SHQUOTE (4096)
 
 /* MAX_PATH might be defined in stdlib.h */