Skip to content

Commit

Permalink
Fix typo in "Make sure dhewm3log.txt can be created" commit
Browse files Browse the repository at this point in the history
thanks @turol for pointing this out!

also updated the changelog
  • Loading branch information
DanielGibson committed Jan 19, 2025
1 parent 92310f6 commit ab333c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/sys/win32/win_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ static void redirect_output(void)
} else {
char msg[2048];
D3_snprintfC99( msg, sizeof(msg), "Failed to create '%s',\n error number is %d (%s)\nIs Documents/My Games/dhewm3/ write protected?",
stdoutPath, errno, strerror(errno) );
stderrPath, errno, strerror(errno) );
MessageBox( NULL, msg, "Can't create stderr.txt!", MB_OK | MB_ICONERROR );
exit(1);
}
Expand Down

0 comments on commit ab333c6

Please sign in to comment.