projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81817a3
)
(print_long_entry): fread returns size_t.
author
Jim Meyering
<jim@meyering.net>
Sat, 12 Oct 2002 09:33:34 +0000
(09:33 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 12 Oct 2002 09:33:34 +0000
(09:33 +0000)
Declare local `bytes' accordingly, to avoid warning.
src/pinky.c
patch
|
blob
|
history
diff --git
a/src/pinky.c
b/src/pinky.c
index
59400d7
..
f625d14
100644
(file)
--- a/
src/pinky.c
+++ b/
src/pinky.c
@@
-336,7
+336,7
@@
print_long_entry (const char name[])
stream = fopen (project, "r");
if (stream)
{
-
in
t bytes;
+
size_
t bytes;
printf (_("Project: "));
@@
-362,7
+362,7
@@
print_long_entry (const char name[])
stream = fopen (plan, "r");
if (stream)
{
-
in
t bytes;
+
size_
t bytes;
printf (_("Plan:\n"));