Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Richard Gobeille
EDuke32
Commits
fd9212c4
Commit
fd9212c4
authored
Sep 25, 2022
by
Dino Bollinger
Browse files
Engine: Use AppTechnicalName instead of AppProperName for log filename
parent
1585e73f
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/build/src/build.cpp
View file @
fd9212c4
...
...
@@ -625,7 +625,7 @@ void editorMaybeLockMouse(int lock)
int
app_main
(
int
argc
,
char
const
*
const
*
argv
)
{
Bstrcpy
(
tempbuf
,
App
Proper
Name
);
Bstrcpy
(
tempbuf
,
App
Technical
Name
);
Bstrcat
(
tempbuf
,
".log"
);
engineSetLogFile
(
tempbuf
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment