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