summaryrefslogtreecommitdiff
path: root/ext/zip/lib/zip_error_to_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/lib/zip_error_to_str.c')
-rw-r--r--ext/zip/lib/zip_error_to_str.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zip/lib/zip_error_to_str.c b/ext/zip/lib/zip_error_to_str.c
index 4dea4d667a..bafe74335a 100644
--- a/ext/zip/lib/zip_error_to_str.c
+++ b/ext/zip/lib/zip_error_to_str.c
@@ -1,6 +1,6 @@
/*
zip_error_to_str.c -- get string representation of zip error code
- Copyright (C) 1999-2007 Dieter Baron and Thomas Klausner
+ Copyright (C) 1999-2009 Dieter Baron and Thomas Klausner
This file is part of libzip, a library to manipulate ZIP archives.
The authors can be contacted at <libzip@nih.at>
@@ -43,7 +43,7 @@
ZIP_EXTERN(int)
-zip_error_to_str(char *buf, size_t len, int ze, int se)
+zip_error_to_str(char *buf, zip_uint64_t len, int ze, int se)
{
const char *zs, *ss;