summaryrefslogtreecommitdiff
path: root/showfond.c
diff options
context:
space:
mode:
Diffstat (limited to 'showfond.c')
-rw-r--r--showfond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/showfond.c b/showfond.c
index afbce49..1f9f037 100644
--- a/showfond.c
+++ b/showfond.c
@@ -529,7 +529,7 @@ static int HasResourceFork(char *filename) {
FSRef ref;
FSSpec spec;
short res;
- int cnt, ret;
+ long cnt; int ret;
FILE *temp;
char *buf;