Skip to content
Snippets Groups Projects
Commit 267769a6 authored by rswindell's avatar rswindell
Browse files

Removed an apparent debug-output (to stderr) line (output the path to

emusetup.bat).
It was generating an (easy to fix) GCC 5.4.0 warning:
format not a string literal and no format arguments [-Wformat-security]
But the line was not needed, so just removed it.
parent dca7c5e0
Branches
Tags
No related merge requests found
......@@ -1514,7 +1514,6 @@ int sbbs_t::external(const char* cmdline, long mode, const char* startup_dir)
/* same deal for emusetup.bat. */
sprintf(str,"%semusetup.bat",startup_dir);
fprintf(stderr, str);
if (!fexist(str)) {
/* If we can't find it in the door dir, look for a global one
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment