# HG changeset patch # User alex # Date 1060767773 0 # Node ID 73e7a5165bcd23788664b2e6fe51b4f3081d458e # Parent 06dcdf86610682f3a312a41813e9d1b85230e7d8 1000l, thanks Pierre diff -r 06dcdf866106 -r 73e7a5165bcd m_option.h --- a/m_option.h Tue Aug 12 23:18:02 2003 +0000 +++ b/m_option.h Wed Aug 13 09:42:53 2003 +0000 @@ -134,7 +134,7 @@ void *p; m_option_type_t* type; unsigned int flags; - float min,max; + double min,max; // This used to be function pointer to hold a 'reverse to defaults' func. // Nom it can be used to pass any type of extra args. // Passing a 'default func' is still valid for all func based option types