From a543af3a4029ab8975ce24f03454c426f57c73f0 Mon Sep 17 00:00:00 2001 From: kmkaplan Date: Fri, 28 Feb 2003 08:17:54 +0000 Subject: warning fix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9510 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vobsub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vobsub.c') diff --git a/vobsub.c b/vobsub.c index 671d30ac98..5c4628d2d7 100644 --- a/vobsub.c +++ b/vobsub.c @@ -58,7 +58,7 @@ rar_open(const char *const filename, const char *const mode) stream->file = fopen(filename, mode); if (stream->file == NULL) { char *rar_filename; - char *p; + const char *p; int rc; /* Guess the RAR archive filename */ rar_filename = NULL; -- cgit v1.2.3