diff m_config.h @ 10582:d46910228a6b

min/max float->double
author arpi
date Tue, 12 Aug 2003 18:00:08 +0000
parents 39444d65c4cb
children 57bdcdb061d7
line wrap: on
line diff
--- 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;
 };