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

Replace la_int64_t with int64_t for rjwboys.

parent a2ce489b
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment