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
ae30527c
Commit
ae30527c
authored
Jul 10, 2007
by
deuce
Browse files
64-bit
parent
6082b52e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/sbbs3/fido.cpp
src/sbbs3/fido.cpp
+2
-1
src/sbbs3/listfile.cpp
src/sbbs3/listfile.cpp
+2
-1
No files found.
src/sbbs3/fido.cpp
View file @
ae30527c
...
...
@@ -412,7 +412,8 @@ void sbbs_t::qwktonetmail(FILE *rep, char *block, char *into, uchar fromhub)
,
str
[
256
],
*
p
,
*
cp
,
*
addr
,
fulladdr
[
129
],
ch
;
char
tmp
[
512
];
int
i
,
fido
,
inet
=
0
,
qnet
=
0
;
ushort
net
,
xlat
;
ushort
net
;
uint16_t
xlat
;
long
l
,
offset
,
length
,
m
,
n
;
faddr_t
fidoaddr
;
fmsghdr_t
hdr
;
...
...
src/sbbs3/listfile.cpp
View file @
ae30527c
...
...
@@ -56,7 +56,8 @@ int sbbs_t::listfiles(uint dirnum, char *filespec, int tofile, long mode)
uchar
flagprompt
=
0
;
uint
i
,
j
;
int
file
,
found
=
0
,
lastbat
=
0
,
disp
;
long
l
,
m
=
0
,
n
,
anchor
=
0
,
next
,
datbuflen
;
long
m
=
0
,
n
,
anchor
=
0
,
next
,
datbuflen
;
int32_t
l
;
file_t
f
,
bf
[
26
];
/* bf is batch flagged files */
if
(
mode
&
FL_ULTIME
)
{
...
...
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