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 2022/04/10 06:55:20 UTC

[incubator-nuttx] branch master updated: tools/mkdeps: Extend MAX_SHQUOTE to 3072

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/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new dd70d29d4e tools/mkdeps: Extend MAX_SHQUOTE to 3072
dd70d29d4e is described below

commit dd70d29d4e919c47951926b34c5dc88785592e6f
Author: nietingting <ni...@xiaomi.com>
AuthorDate: Tue Mar 8 17:19:05 2022 +0800

    tools/mkdeps: Extend MAX_SHQUOTE to 3072
    
    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 bb198169b9..122fbb95e4 100644
--- a/tools/mkdeps.c
+++ b/tools/mkdeps.c
@@ -46,7 +46,7 @@
 
 #define MAX_BUFFER  (8192)
 #define MAX_EXPAND  (2048)
-#define MAX_SHQUOTE (2048)
+#define MAX_SHQUOTE (3072)
 
 /* MAX_PATH might be defined in stdlib.h */