Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Synchronet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
139
Issues
139
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main
Synchronet
Commits
aed390ae
Commit
aed390ae
authored
Sep 16, 2020
by
Rob Swindell
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.synchro.net:sbbs/sbbs
parents
ec44fa3f
bc512f0a
Pipeline
#149
passed with stage
in 9 minutes and 23 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
118 additions
and
116 deletions
+118
-116
docs/install.rtf
docs/install.rtf
+106
-112
src/sbbs3/load_cfg.c
src/sbbs3/load_cfg.c
+5
-2
text/banner3.msg
text/banner3.msg
+7
-2
No files found.
docs/install.rtf
View file @
aed390ae
This diff is collapsed.
Click to expand it.
src/sbbs3/load_cfg.c
View file @
aed390ae
...
...
@@ -347,8 +347,11 @@ int md(const char* inpath)
*
p
=
'\0'
;
if
(
!
isdir
(
path
))
{
if
(
mkpath
(
path
)
!=
0
)
return
errno
;
if
(
mkpath
(
path
)
!=
0
)
{
int
result
=
errno
;
if
(
!
isdir
(
path
))
// race condition: did another thread make the directory already?
return
result
;
}
}
return
0
;
...
...
text/banner3.msg
View file @
aed390ae
NH4BNBH4NBH4NBH4NBHNBHNBH40NBHNBH4NBW H70N H4BNBHNBHNBH4NBHNBH40NBH4߱0NBHNBHNBH4NBH4NBH4NBH4NBH4NBW H7070N H7N HN HN H7۱NH7N H707NH70N H707NH707N BHW7N H70N H7070N H7NHN HN B4Kgj0BW H۲N H۲NH7N H70N H7N H۲N H70ݲN H707NH7N H70N H۲N B4Wbbs software0BH4NBH4NBH4NBH4NBHNBHNBH4NBHWN HBNBH4NBW BH40NBW HN HBNBHNBHNBHNBH4NBW HN HBNBHNBH4NBH4NBH4NBH4NBZ
N
H4BNBH4NBH4NBH4NBHNBHNBH40NBHNBH4NBW H70N H4BNBHNBHNBH4NBHNBH40NBH4߱0NBHNBHNBH4NBH4NBH4NBH4NB
W H7070N H7N HN HN H7۱NH7N H707NH70N H707NH707N B
HW7N H70N H7070N H7NHN HN B
4Kgj0BW H۲N H۲NH7N H70N H7N H۲N H70ݲN H707NH7N H70N H۲N B4Wbbs software0B
H4NBH4NBH4NBH4NBHNBHNBH4NBHWN HBNBH4NBW BH40NBW HN HBNBHNBHNBHNBH4NBW HN HBNBHNBH4NBH4NBH4NBH4
Z
\ No newline at end of file
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