forked from vieter-v/vieter
File stats are now correctly copied over to archive
This commit is contained in:
parent
b6e9fa5b02
commit
01d961f68e
2 changed files with 5 additions and 5 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue