projects
/
project
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41aae0e
)
fix updated parse_tuple function
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 29 Jan 2008 18:19:53 +0000
(19:19 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 29 Jan 2008 18:19:53 +0000
(19:19 +0100)
util.c
patch
|
blob
|
history
diff --git
a/util.c
b/util.c
index
ddb1331
..
28cc5df
100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-97,6
+97,7
@@
lastval:
last++;
if (!*last)
goto error;
+ *value = last;
}
if (*section && !uci_validate_name(*section))