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
5b9c39e1
Commit
5b9c39e1
authored
Feb 23, 2022
by
Rob Swindell
💬
Browse files
Fix wrong size argument (not actual problem)
CID 174261
parent
3cb81c9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/sbbs3/xtrn_sec.cpp
src/sbbs3/xtrn_sec.cpp
+2
-2
No files found.
src/sbbs3/xtrn_sec.cpp
View file @
5b9c39e1
...
...
@@ -918,8 +918,8 @@ void sbbs_t::xtrndat(const char *name, const char *dropdir, uchar type, ulong tl
write
(
file
,
&
i
,
2
);
/* Size of conference record (if any) */
l
=
0
;
write
(
file
,
&
l
,
4
);
/* Offset of AppRec into USERS.INF (if any) */
i
=
0
;
write
(
file
,
&
i
,
1
);
/* 1, if USERS.SYS file has been updated */
c
=
0
;
write
(
file
,
&
c
,
1
);
/* 1, if USERS.SYS file has been updated */
/* Write fixed record portion */
...
...
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