Skip to content
Snippets Groups Projects
Commit 92fa411c authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Use int64_t instead of la_int64_t

Resolve error reported on irc with Ubuntu (don't know what version):
<rjwboys> ok now i get filedat.c:896:3: error: unknown type name ‘la_int64_t’
parent 6f77c369
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2285 passed
...@@ -893,7 +893,7 @@ long extract_files_from_archive(const char* archive, const char* outdir, const c ...@@ -893,7 +893,7 @@ long extract_files_from_archive(const char* archive, const char* outdir, const c
const void *buff; const void *buff;
size_t size; size_t size;
la_int64_t offset; int64_t offset;
for(;;) { for(;;) {
result = archive_read_data_block(ar, &buff, &size, &offset); result = archive_read_data_block(ar, &buff, &size, &offset);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment