From f6b9f425160e4a6f44d1c26ed0e2aaefcfcf925e Mon Sep 17 00:00:00 2001 From: reimar Date: Tue, 2 Dec 2008 19:53:41 +0000 Subject: Print ID_EXIT and exit reason message in identify mode when exiting. Patch by rvm [rvm3000 ya com] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28066 b3059339-0415-0410-9bf9-f77b7e298cf2 --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command.c') diff --git a/command.c b/command.c index 25b9231b1b..3163ec6721 100644 --- a/command.c +++ b/command.c @@ -2505,7 +2505,7 @@ int run_command(MPContext * mpctx, mp_cmd_t * cmd) break; case MP_CMD_QUIT: - exit_player_with_rc(MSGTR_Exit_quit, + exit_player_with_rc(EXIT_QUIT, (cmd->nargs > 0) ? cmd->args[0].v.i : 0); case MP_CMD_PLAY_TREE_STEP:{ -- cgit v1.2.3