| commit | d97f5440d032868ed9a64a1bb1328d2465b9ca80 | [log] [tgz] |
|---|---|---|
| author | Thomas Klausner <tk@giga.or.at> | Tue Sep 23 17:02:03 2014 +0200 |
| committer | Thomas Klausner <tk@giga.or.at> | Tue Sep 23 17:02:03 2014 +0200 |
| tree | 66e23d1dad090b118ced5ffbbaec26d6562e4cd2 | |
| parent | ea8ba499615b7e8911fb6eb57894467723e6723e [diff] [blame] |
Re-add prefix to private function.
diff --git a/lib/zip_file_get_offset.c b/lib/zip_file_get_offset.c index feb5c6e..28e3ad9 100644 --- a/lib/zip_file_get_offset.c +++ b/lib/zip_file_get_offset.c
@@ -57,7 +57,7 @@ offset = za->entry[idx].orig->offset; if (zip_source_seek(za->src, (zip_int64_t)offset, SEEK_SET) < 0) { - zip_error_set_from_source(error, za->src); + _zip_error_set_from_source(error, za->src); return 0; }