projects
/
profile
/
ivi
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57a27ca
)
config: Fix compiler warning on 64 bits hosts
author
Samuel Ortiz
<sameo@linux.intel.com>
Mon, 11 Apr 2011 11:30:56 +0000
(13:30 +0200)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Mon, 11 Apr 2011 11:30:56 +0000
(13:30 +0200)
src/config.c
patch
|
blob
|
history
diff --git
a/src/config.c
b/src/config.c
index
53f9ad0
..
91ad700
100644
(file)
--- a/
src/config.c
+++ b/
src/config.c
@@
-496,7
+496,7
@@
int __connman_config_load_service(GKeyFile *keyfile, const char *group,
goto out;
}
- DBG("Saving %
d bytes to %s", content_length, file
name);
+ DBG("Saving %
zu bytes to %s", content_length, service_
name);
if (g_file_set_contents(filename, content,
content_length, NULL) == FALSE) {