# HG changeset patch # User lucabe # Date 1203075518 0 # Node ID 42a3c36e33037482a5c96c8896195cd1dcd6392b # Parent a14abb3d08aa347c67b76ff815b890a722fd97db Fix opt.c: In function ¡Æav_set_string¡Ç: opt.c:164: warning: passing argument 9 of ¡Æff_eval2¡Ç from incompatible pointer type diff -r a14abb3d08aa -r 42a3c36e3303 opt.c --- 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++);