summaryrefslogtreecommitdiff
path: root/src/libsputext
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2006-02-14 18:41:43 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2006-02-14 18:41:43 +0000
commit5df1a2f6bb4caa7db5abad0879fd0d6d4e0bb657 (patch)
treefad8d18e497dbda1c6ee1ff0ff61c1aa9a464baa /src/libsputext
parent7a1df8370c3fa8ae1d6748863d58df4c79c33a5d (diff)
downloadxine-lib-5df1a2f6bb4caa7db5abad0879fd0d6d4e0bb657.tar.gz
xine-lib-5df1a2f6bb4caa7db5abad0879fd0d6d4e0bb657.tar.bz2
Kill a printf() warning.
CVS patchset: 7892 CVS date: 2006/02/14 18:41:43
Diffstat (limited to 'src/libsputext')
-rw-r--r--src/libsputext/demux_sputext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsputext/demux_sputext.c b/src/libsputext/demux_sputext.c
index 91db10586..d5150a86c 100644
--- a/src/libsputext/demux_sputext.c
+++ b/src/libsputext/demux_sputext.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: demux_sputext.c,v 1.46 2005/10/29 20:51:01 miguelfreitas Exp $
+ * $Id: demux_sputext.c,v 1.47 2006/02/14 18:44:08 dsalt Exp $
*
* code based on old libsputext/xine_decoder.c
*
@@ -1241,7 +1241,7 @@ static subtitle_t *sub_read_file (demux_sputext_t *this) {
else
strcat(buffer, "\n");
- xprintf (this->stream->xine, XINE_VERBOSITY_DEBUG, buffer);
+ xprintf (this->stream->xine, XINE_VERBOSITY_DEBUG, "%s", buffer);
}
return first;