fix(cmd): cmd_time: avoid extra loop iterations for single option #62

Manually merged
jabber.developer merged 1 commits from fix/time_command_fix into master 2025-11-27 10:41:25 +00:00

View File

@@ -5356,6 +5356,8 @@ cmd_time(ProfWin* window, const char* const command, gchar** args)
cons_bad_cmd_usage(command);
return TRUE;
}
if (!set_all)
break;
}
if (!set_all && n == ARRAY_SIZE(time_prefs)) {
cons_bad_cmd_usage(command);