From 714226b20ccd9b4b394201d37b3eeac17057ba88 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 4 Aug 2012 02:17:40 +0200 Subject: playlist: rename params_count field to num_params for consistency Other (newer) parts of mplayer use this convention, so don't introduce new conventions. --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index 10c9c915d1..b1b78e6819 100644 --- a/mplayer.c +++ b/mplayer.c @@ -3607,7 +3607,7 @@ static void play_current_file(struct MPContext *mpctx) assert(mpctx->playlist->current); load_per_file_options(mpctx->mconfig, mpctx->playlist->current->params, - mpctx->playlist->current->params_count); + mpctx->playlist->current->num_params); // We must enable getch2 here to be able to interrupt network connection // or cache filling -- cgit v1.2.3