Felix Fietkau
8cee1e552a
blobmsg_example: fix output
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-07-03 12:56:40 +02:00
Luka Perkov
db8e7060e0
examples: use PRIu64 instead %lld when printing uint64_t values
...
Patch fixes build failure:
error: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘uint64_t’ [-Werror=format=]
indent_printf(indent, "%lld\n", *(uint64_t *)data);
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-07-03 12:53:13 +02:00
Luka Perkov
b10cd1c0f6
examples: remove set but unused variable
...
Fixes build failure.
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-07-03 12:53:13 +02:00
Felix Fietkau
460d94d6e8
blobmsg-example: fix length handling in dump_table() calls
2013-09-11 17:59:33 +02:00
Felix Fietkau
ae3bcf84e1
blobmsg-example: fix compile errors
2012-10-21 03:40:53 +02:00
Felix Fietkau
ff585b97c0
fix json list parsing
2011-01-30 01:13:32 +01:00
Felix Fietkau
5129bc9401
blobmsg: make arrays structually the same as tables - simplifies library user code
2011-01-29 18:00:40 +01:00
Felix Fietkau
461e986a80
remove #if 0'd debug code
2011-01-29 13:05:24 +01:00
Felix Fietkau
e82d74f898
Initial import
2010-10-13 21:29:08 +02:00