projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9ac51448b6ec32b710d5638bc052b07212a2726d
[openwrt.git]
/
package
/
uci
/
patches
/
100-gcc_warning.patch
1
--- a/cli.c
2
+++ b/cli.c
3
@@ -462,7 +462,7 @@
4
5
static int uci_batch_cmd(void)
6
{
7
- char *argv[MAX_ARGS];
8
+ char *argv[MAX_ARGS + 2];
9
char *str = NULL;
10
int ret = 0;
11
int i, j;
This page took
0.034467 seconds
and
3
git commands to generate.