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

Fix wrong size argument (not actual problem)

CID 174261
parent 3cb81c9f
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -918,8 +918,8 @@ void sbbs_t::xtrndat(const char *name, const char *dropdir, uchar type, ulong tl ...@@ -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) */ write(file,&i,2); /* Size of conference record (if any) */
l=0; l=0;
write(file,&l,4); /* Offset of AppRec into USERS.INF (if any) */ write(file,&l,4); /* Offset of AppRec into USERS.INF (if any) */
i=0; c=0;
write(file,&i,1); /* 1, if USERS.SYS file has been updated */ write(file,&c,1); /* 1, if USERS.SYS file has been updated */
/* Write fixed record portion */ /* Write fixed record portion */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment