From 031df7c737eb6e100a2653cd0640c4d66fae2dfe Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 13 Aug 2003 21:09:20 +0000 Subject: so bug cannot be closed yet Original commit message from CVS: Several solaris fixes, see #118473... One issue remaining (see the bug), so bug cannot be closed yet --- gst-libs/ext/mplex/yuv4mpeg_ratio.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst-libs/ext/mplex/yuv4mpeg_ratio.cc') diff --git a/gst-libs/ext/mplex/yuv4mpeg_ratio.cc b/gst-libs/ext/mplex/yuv4mpeg_ratio.cc index a20a2373..e02be676 100644 --- a/gst-libs/ext/mplex/yuv4mpeg_ratio.cc +++ b/gst-libs/ext/mplex/yuv4mpeg_ratio.cc @@ -109,7 +109,7 @@ y4m_ratio_reduce (y4m_ratio_t * r) int y4m_parse_ratio (y4m_ratio_t * r, const char *s) { - char *t = strchr (s, ':'); + const char *t = strchr (s, ':'); if (t == NULL) return Y4M_ERR_RANGE; -- cgit v1.2.1