projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f702652
)
mount: fix warning (printf field width of * wants int, not size_t)
author
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 19 Sep 2006 14:07:52 +0000
(14:07 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 19 Sep 2006 14:07:52 +0000
(14:07 -0000)
util-linux/mount.c
patch
|
blob
|
history
diff --git
a/util-linux/mount.c
b/util-linux/mount.c
index 6176de3a1b8e0e1c4a187b80895341a1da654290..888e6d22fb6aaaf40d285c3ea8a0a562df65f636 100644
(file)
--- a/
util-linux/mount.c
+++ b/
util-linux/mount.c
@@
-732,7
+732,7
@@
static inline int we_saw_this_host_before(const char *hostname)
* error_msg_rpc(clnt_*error*(" ")) */
static void error_msg_rpc(const char *msg)
{
-
size_
t len;
+
in
t len;
while (msg[0] == ' ' || msg[0] == ':') msg++;
len = strlen(msg);
while (len && msg[len-1] == '\n') len--;