diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2008-03-14 22:44:07 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2008-03-14 22:44:07 +0000 |
| commit | 871e5c03265fe0dad02749d0566976689fb54f84 (patch) | |
| tree | d3ca3114bbf2c7e3b556f9ecb76e803b9d227037 /lib | |
| parent | d6f37be734ef9527db251e787803de56ef1505dc (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libarchive/archive_entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/archive_entry.c b/lib/libarchive/archive_entry.c index cc7e4d30582b..ccb7854f5593 100644 --- a/lib/libarchive/archive_entry.c +++ b/lib/libarchive/archive_entry.c @@ -1150,7 +1150,7 @@ const wchar_t * archive_entry_acl_text_w(struct archive_entry *entry, int flags) { int count; - int length; + size_t length; const wchar_t *wname; const wchar_t *prefix; wchar_t separator; |
