changeset 6353:42a3c36e3303 libavcodec

Fix opt.c: In function ¡Æav_set_string¡Ç: opt.c:164: warning: passing argument 9 of ¡Æff_eval2¡Ç from incompatible pointer type
author lucabe
date Fri, 15 Feb 2008 11:38:38 +0000
parents a14abb3d08aa
children 0809b40d9b65
files opt.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/opt.c	Wed Feb 13 14:24:34 2008 +0000
+++ b/opt.c	Fri Feb 15 11:38:38 2008 +0000
@@ -151,7 +151,7 @@
             char buf[256];
             int cmd=0;
             double d;
-            char *error = NULL;
+            const char *error = NULL;
 
             if(*val == '+' || *val == '-')
                 cmd= *(val++);