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
cbb3640a
Commit
cbb3640a
authored
May 05, 2020
by
rswindell
Browse files
SMBLIB functions return a signed int.
parent
1cc785b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/sbbs3/qwktomsg.cpp
src/sbbs3/qwktomsg.cpp
+2
-1
No files found.
src/sbbs3/qwktomsg.cpp
View file @
cbb3640a
...
...
@@ -246,7 +246,8 @@ bool sbbs_t::qwk_import_msg(FILE *qwk_fp, char *hdrblk, ulong blocks
char
*
qwkbuf
;
char
str
[
256
],
col
=
0
,
lastch
=
0
,
*
p
;
char
from
[
128
];
uint
i
,
k
;
int
i
;
uint
k
;
long
bodylen
,
taillen
;
bool
success
=
false
;
uint16_t
net_type
;
...
...
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