File stats are now correctly copied over to archive

This commit is contained in:
Jef Roosens 2022-01-20 17:45:04 +01:00
parent b6e9fa5b02
commit 01d961f68e
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
2 changed files with 5 additions and 5 deletions

View file

@ -92,7 +92,7 @@ fn C.archive_entry_set_perm(&C.archive_entry, int)
fn C.archive_entry_clear(&C.archive_entry)
// Copy over a stat struct to the archive entry
fn C.archive_entry_copy_stat(&C.archive_entry, &C.stat)
fn C.archive_entry_copy_stat(entry &C.archive_entry, const_stat &C.stat)
#include <string.h>