diff options
author | phintuka <phintuka> | 2008-11-16 00:08:31 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-16 00:08:31 +0000 |
commit | 5462f8d7d70e39e3c6fdb7c20c83882c2bb675db (patch) | |
tree | 88624123c0d036ae7cebd5cb57be4f9a89f48c23 | |
parent | 061cc0fd52614299da8aa152568b118024f1184a (diff) | |
download | xineliboutput-5462f8d7d70e39e3c6fdb7c20c83882c2bb675db.tar.gz xineliboutput-5462f8d7d70e39e3c6fdb7c20c83882c2bb675db.tar.bz2 |
Missed script path
-rw-r--r-- | xine_frontend.c | 4 |
1 files 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; } } |