Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
a5ee639b
Commit
a5ee639b
authored
17 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
64-bit
parent
b29531fa
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/sbbs3/data_ovl.cpp
+4
-2
4 additions, 2 deletions
src/sbbs3/data_ovl.cpp
src/smblib/smbadd.c
+1
-1
1 addition, 1 deletion
src/smblib/smbadd.c
with
5 additions
and
3 deletions
src/sbbs3/data_ovl.cpp
+
4
−
2
View file @
a5ee639b
...
@@ -106,10 +106,12 @@ void sbbs_t::putmsgptrs()
...
@@ -106,10 +106,12 @@ void sbbs_t::putmsgptrs()
extern
"C"
BOOL
DLLCALL
putmsgptrs
(
scfg_t
*
cfg
,
uint
usernumber
,
subscan_t
*
subscan
)
extern
"C"
BOOL
DLLCALL
putmsgptrs
(
scfg_t
*
cfg
,
uint
usernumber
,
subscan_t
*
subscan
)
{
{
char
str
[
256
];
char
str
[
256
];
ushort
idx
,
scancfg
;
ushort
idx
;
uint16_t
scancfg
;
uint
i
,
j
;
uint
i
,
j
;
int
file
;
int
file
;
ulong
l
=
0L
,
length
;
ulong
length
;
uint32_t
l
=
0L
;
if
(
!
usernumber
)
if
(
!
usernumber
)
return
(
FALSE
);
return
(
FALSE
);
...
...
This diff is collapsed.
Click to expand it.
src/smblib/smbadd.c
+
1
−
1
View file @
a5ee639b
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
int
SMBCALL
smb_addmsg
(
smb_t
*
smb
,
smbmsg_t
*
msg
,
int
storage
,
long
dupechk_hashes
int
SMBCALL
smb_addmsg
(
smb_t
*
smb
,
smbmsg_t
*
msg
,
int
storage
,
long
dupechk_hashes
,
u
shor
t
xlat
,
const
uchar
*
body
,
const
uchar
*
tail
)
,
u
int16_
t
xlat
,
const
uchar
*
body
,
const
uchar
*
tail
)
{
{
uchar
*
lzhbuf
=
NULL
;
uchar
*
lzhbuf
=
NULL
;
long
lzhlen
;
long
lzhlen
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment