commit | abc6fd73902c31b0322130e7f4d994d817edaa42 | [log] [tgz] |
---|---|---|
author | Dieter Baron <dillo@nih.at> | Sun Jul 22 15:49:45 2012 +0200 |
committer | Dieter Baron <dillo@nih.at> | Sun Jul 22 15:49:45 2012 +0200 |
tree | 286477279b062434d5f6f47ff9855aa57afd2414 | |
parent | 0e49365ec9e64e81d81211215d21f48f4d33ee9d [diff] [blame] |
Type cleanup, internally and in the API. Fixes most llvm warnings.
diff --git a/lib/zip_set_archive_comment.c b/lib/zip_set_archive_comment.c index bf72983..297798a 100644 --- a/lib/zip_set_archive_comment.c +++ b/lib/zip_set_archive_comment.c
@@ -40,7 +40,7 @@ ZIP_EXTERN int -zip_set_archive_comment(struct zip *za, const char *comment, int len) +zip_set_archive_comment(struct zip *za, const char *comment, zip_uint16_t len) { struct zip_string *cstr;