Commit Diff


commit - da2c6e07e7644d16ac2ed5b68a86e4bcf076655d
commit + e08b784c411c8c5c9e905106d00e1352f102c893
blob - ef3f59b734328c285189758dd041f90529c79bc1
blob + ada376facd0e326567edbcf1bc90470bbef2b66c
--- ctl.c
+++ ctl.c
@@ -303,7 +303,7 @@ print_status(struct player_status *ps, const char *spe
 			    ps->mode.repeat_one ? "on" : "off");
 			printf("all:%s ", ps->mode.repeat_all ? "on" : "off");
 			printf("consume:%s\n", ps->mode.consume ? "on" : "off");
-		} else if (!strcmp(tok, "repeat")) {
+		} else if (!strcmp(tok, "mode")) {
 			printf("repeat one %s\n",
 			    ps->mode.repeat_one ? "on" : "off");
 			printf("repeat all %s\n",