projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b7808e
)
- compile error
author
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 18 Jun 2012 08:07:37 +0000
(08:07 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 18 Jun 2012 08:07:37 +0000
(08:07 +0000)
src/fs/gnunet-download.c
patch
|
blob
|
history
diff --git
a/src/fs/gnunet-download.c
b/src/fs/gnunet-download.c
index e3fb10947b0a49a55d132321edf300fe780619a4..43b306def480cf061071be8be841766c27255e56 100644
(file)
--- a/
src/fs/gnunet-download.c
+++ b/
src/fs/gnunet-download.c
@@
-107,7
+107,7
@@
display_bar (unsigned long long x,
for (p=endeq; p<w; p++)
strcat (buf, " ");
strcat (buf, "]\r");
- printf (buf);
+ printf (
"%s",
buf);
fflush(stdout);
}