projects
/
oweals
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb83e2b
)
constify
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 2 Feb 2008 21:55:01 +0000
(22:55 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 2 Feb 2008 21:55:01 +0000
(22:55 +0100)
util.c
patch
|
blob
|
history
diff --git
a/util.c
b/util.c
index 28cc5df2250c4b7b7d51350b45f6e98b293e52c7..c0f4451debf0946374314c87e50507bcf30eb107 100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-51,7
+51,7
@@
static char *uci_strdup(struct uci_context *ctx, const char *str)
return ptr;
}
-static bool uci_validate_name(char *str)
+static bool uci_validate_name(c
onst c
har *str)
{
if (!*str)
return false;