diff opt.c @ 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 72bb141d9c05
children 355b2eb9f553
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++);