From 5462f8d7d70e39e3c6fdb7c20c83882c2bb675db Mon Sep 17 00:00:00 2001 From: phintuka Date: Sun, 16 Nov 2008 00:08:31 +0000 Subject: Missed script path --- xine_frontend.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xine_frontend.c b/xine_frontend.c index 06e09d91..e3cb43fb 100644 --- a/xine_frontend.c +++ b/xine_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.c,v 1.88 2008-11-16 00:05:21 phintuka Exp $ + * $Id: xine_frontend.c,v 1.89 2008-11-16 00:08:31 phintuka Exp $ * */ @@ -335,7 +335,7 @@ static void fe_frame_output_cb (void *data, < sizeof(cmd)) { LOGDBG("Aspect ratio changed, executing %s", cmd); if(system(cmd) == -1) - LOGERR("Executing /bin/sh -c %s failed"); + LOGERR("Executing /bin/sh -c %s failed", cmd); this->video_aspect = video_aspect; } } -- cgit v1.2.3