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
20d67375
Commit
20d67375
authored
May 22, 2021
by
Rob Swindell
💬
Browse files
Treat .msg files the same as .asc when loading.
parent
56ad94b9
Pipeline
#2298
passed with stage
in 9 minutes and 19 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/syncdraw/load.c
src/syncdraw/load.c
+1
-1
No files found.
src/syncdraw/load.c
View file @
20d67375
...
@@ -616,7 +616,7 @@ LoadFile(char *Name)
...
@@ -616,7 +616,7 @@ LoadFile(char *Name)
/* Check for "known" extensions */
/* Check for "known" extensions */
ext
=
getfext
(
Name
);
ext
=
getfext
(
Name
);
if
(
ext
)
{
if
(
ext
)
{
if
(
stricmp
(
ext
,
".asc"
)
==
0
)
{
if
(
stricmp
(
ext
,
".asc"
)
==
0
||
stricmp
(
ext
,
".msg"
)
==
0
)
{
PCB
=
FALSE
;
PCB
=
FALSE
;
ANSI
=
FALSE
;
ANSI
=
FALSE
;
AVATAR
=
FALSE
;
AVATAR
=
FALSE
;
...
...
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