# HG changeset patch # User arpi # Date 1060711208 0 # Node ID d46910228a6b322558f1da908f8e1376293dee7a # Parent 4ebff25d9a05f1453efcd2893338cf1ec10f815b min/max float->double diff -r 4ebff25d9a05 -r d46910228a6b cfgparser.h --- a/cfgparser.h Tue Aug 12 13:25:52 2003 +0000 +++ b/cfgparser.h Tue Aug 12 18:00:08 2003 +0000 @@ -57,7 +57,7 @@ void *p; unsigned int type; unsigned int flags; - float min,max; + double min,max; /* Use this field when your need to do something before a new value is assigned to your option */ cfg_default_func_t default_func; diff -r 4ebff25d9a05 -r d46910228a6b m_config.h --- a/m_config.h Tue Aug 12 13:25:52 2003 +0000 +++ b/m_config.h Tue Aug 12 18:00:08 2003 +0000 @@ -71,7 +71,7 @@ void *p; struct m_option_type* type; unsigned int flags; - float min,max; + double min,max; void* priv; };