projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] switch:
[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.043319 seconds
and
5
git commands to generate.