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
Branches
Tags
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) ...@@ -386,7 +386,7 @@ js_list(JSContext *cx, uintN argc, jsval *arglist)
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);
...@@ -500,7 +500,7 @@ js_read(JSContext *cx, uintN argc, jsval *arglist) ...@@ -500,7 +500,7 @@ js_read(JSContext *cx, uintN argc, jsval *arglist)
size_t total = 0; size_t total = 0;
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