summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/player/command.c b/player/command.c
index 00ebddf343..85a44e3603 100644
--- a/player/command.c
+++ b/player/command.c
@@ -4819,8 +4819,8 @@ static void cmd_add_cycle(void *p)
char *property = cmd->args[0].v.s;
if (cmd->cmd->repeated && !check_property_autorepeat(property, mpctx)) {
- MP_VERBOSE(mpctx, "Dropping command '%.*s' from auto-repeated key.\n",
- BSTR_P(cmd->cmd->original));
+ MP_VERBOSE(mpctx, "Dropping command '%s' from auto-repeated key.\n",
+ cmd->cmd->original);
return;
}