commit 8c177d8d83cee081f23e10e60d0924072babfdb7
Author: sin <[email protected]>
Date:   Fri Jan 30 16:47:36 2015 +0000

    fold: Be consistent and use size_t

diff --git a/fold.c b/fold.c
index 03286de..95783cf 100644
--- a/fold.c
+++ b/fold.c
@@ -53,7 +53,7 @@ foldline(const char *str, size_t width)
 }
 
 static void
-fold(FILE *fp, long width)
+fold(FILE *fp, size_t width)
 {
        char *buf = NULL;
        size_t size = 0;

Reply via email to