Skip to content
Snippets Groups Projects
Commit 4e918bc8 authored by runderwo's avatar runderwo
Browse files

Fix stupid paren error.
parent 5af22b61
No related branches found
No related tags found
No related merge requests found
......@@ -1409,7 +1409,7 @@ int sbbs_t::external(const char* cmdline, long mode, const char* startup_dir)
/* Attempt to keep dosemu from prompting for a disclaimer. */
sprintf(str, "%s/.dosemu", cfg.ctrl_dir);
if (!isdir(str) {
if (!isdir(str)) {
mkdir(str, 0755);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment