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

Replace la_int64_t with int64_t for rjwboys.

parent f6108f30
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2290 passed
......@@ -386,7 +386,7 @@ js_list(JSContext *cx, uintN argc, jsval *arglist)
const void *buff;
size_t size;
la_int64_t offset;
int64_t offset;
for(;;) {
result = archive_read_data_block(ar, &buff, &size, &offset);
......@@ -500,7 +500,7 @@ js_read(JSContext *cx, uintN argc, jsval *arglist)
size_t total = 0;
const void *buff;
size_t size;
la_int64_t offset;
int64_t offset;
for(;;) {
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