summaryrefslogtreecommitdiffstats
path: root/player/main.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-21 19:36:33 +0100
committerwm4 <wm4@nowhere>2013-12-21 21:04:21 +0100
commita2d144fc8f146f96e4fe97b1b2c15828e24f8494 (patch)
tree669fa5944dc2be0e829139fb63794474f7b39f14 /player/main.c
parented71606e65e697ea6bc9fc78caf2dd4089dc0aeb (diff)
downloadmpv-a2d144fc8f146f96e4fe97b1b2c15828e24f8494.tar.bz2
mpv-a2d144fc8f146f96e4fe97b1b2c15828e24f8494.tar.xz
m_property: mp_msg conversions
Includes some semi-crappy hacks to avoid changing too much code for this conversion (allowing NULL log argument for m_property_do()).
Diffstat (limited to 'player/main.c')
-rw-r--r--player/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/main.c b/player/main.c
index dfcc45cf44..056f7c16e5 100644
--- a/player/main.c
+++ b/player/main.c
@@ -223,7 +223,7 @@ static bool handle_help_options(struct MPContext *mpctx)
opt_exit = 1;
}
if (opts->list_properties) {
- property_print_help();
+ property_print_help(log);
opt_exit = 1;
}
#if HAVE_ENCODING