From 6c4cd36cc5ced530a387327c4f6c576074424c6c Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 6 Sep 2002 18:13:10 +0000 Subject: introduce "const" fix some input plugins that would not copy the mrl on open CVS patchset: 2623 CVS date: 2002/09/06 18:13:10 --- src/xine-engine/scratch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/scratch.c') diff --git a/src/xine-engine/scratch.c b/src/xine-engine/scratch.c index c47c7a9b6..eb097ed75 100644 --- a/src/xine-engine/scratch.c +++ b/src/xine-engine/scratch.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: scratch.c,v 1.7 2002/03/01 09:29:50 guenter Exp $ + * $Id: scratch.c,v 1.8 2002/09/06 18:13:12 mroi Exp $ * * top-level xine functions * @@ -50,7 +50,7 @@ static void scratch_printf (scratch_buffer_t *this, const char *format, va_list this->cur = (this->cur + 1) % this->num_lines; } -static char **scratch_get_content (scratch_buffer_t *this) { +static const char **scratch_get_content (scratch_buffer_t *this) { int i, j; -- cgit v1.2.3