mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 20:26:21 +00:00
cmd_funcs.c: Remove not needed variable
This commit is contained in:
@@ -6377,8 +6377,7 @@ cmd_log(ProfWin *window, const char *const command, gchar **args)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (strcmp(subcmd, "where") == 0) {
|
if (strcmp(subcmd, "where") == 0) {
|
||||||
const char *logfile = get_log_file_location();
|
cons_show("Log file: %s", get_log_file_location());
|
||||||
cons_show("Log file: %s", logfile);
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user