summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pinky.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pinky.c b/src/pinky.c
index 59400d785..f625d14dc 100644
--- a/src/pinky.c
+++ b/src/pinky.c
@@ -336,7 +336,7 @@ print_long_entry (const char name[])
stream = fopen (project, "r");
if (stream)
{
- int bytes;
+ size_t bytes;
printf (_("Project: "));
@@ -362,7 +362,7 @@ print_long_entry (const char name[])
stream = fopen (plan, "r");
if (stream)
{
- int bytes;
+ size_t bytes;
printf (_("Plan:\n"));