diff options
Diffstat (limited to 'ykpsmuttauth')
-rw-r--r-- | ykpsmuttauth/ykpsmuttauth2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ykpsmuttauth/ykpsmuttauth2.c b/ykpsmuttauth/ykpsmuttauth2.c index 6623470..d6813f0 100644 --- a/ykpsmuttauth/ykpsmuttauth2.c +++ b/ykpsmuttauth/ykpsmuttauth2.c @@ -54,7 +54,7 @@ int read_token_file(const char *filename) return -1; } - __off_t length = st.st_size; + off_t length = st.st_size; FILE *file = fopen(filename, "r"); if (!file) { |