Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
5c99cb01
Commit
5c99cb01
authored
May 22, 2021
by
Rob Swindell
💬
Browse files
Replace la_int64_t with int64_t for rjwboys.
parent
f6108f30
Pipeline
#2290
passed with stage
in 9 minutes and 21 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/sbbs3/js_archive.c
src/sbbs3/js_archive.c
+2
-2
No files found.
src/sbbs3/js_archive.c
View file @
5c99cb01
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment