Change temporary logging behavior so as to not leave Mac users out
This commit is contained in:
@@ -598,8 +598,10 @@ usage:
|
||||
}
|
||||
|
||||
/* TEMPORARY */
|
||||
if (!log_path[0])
|
||||
strcpy(log_path, "86box.log");
|
||||
if (!log_path[0]) {
|
||||
strcpy(log_path, exe_path);
|
||||
strcat(log_path, "86box.log");
|
||||
}
|
||||
|
||||
/* One argument (config file) allowed. */
|
||||
if (c < argc) {
|
||||
|
Reference in New Issue
Block a user