changeset 11950:1d32c7c7355c

100l (cvs commit + tired ...)
author michael
date Tue, 10 Feb 2004 22:58:30 +0000
parents 86da102d74d8
children d9a126f83df0
files m_option.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m_option.c	Tue Feb 10 20:52:08 2004 +0000
+++ b/m_option.c	Tue Feb 10 22:58:30 2004 +0000
@@ -255,6 +255,7 @@
     double tmp;
     int r= parse_double(opt, name, param, &tmp, src);
     if(r==1 && dst) VAL(dst) = tmp;
+    return r;
 }
 
 static char* print_float(m_option_t* opt,  void* val) {