aboutsummaryrefslogtreecommitdiff
path: root/include/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/file.h')
-rw-r--r--include/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/file.h b/include/file.h
index 0d2e791..9758fad 100644
--- a/include/file.h
+++ b/include/file.h
@@ -4,7 +4,7 @@
#define FILE_H
struct filedata {
int lc;
- unsigned len;
+ size_t len;
char *buf;
};