diff m_option.h @ 8168:ff6a98628e6c

Fix the Gui with NEW_CONFIG
author albeu
date Tue, 12 Nov 2002 12:39:05 +0000
parents 487cfc28525d
children d3b750570887
line wrap: on
line diff
--- a/m_option.h	Tue Nov 12 12:33:56 2002 +0000
+++ b/m_option.h	Tue Nov 12 12:39:05 2002 +0000
@@ -190,7 +190,7 @@
   if(opt->type->print)
     return opt->type->print(opt,val_ptr);
   else
-    return NULL;
+    return (char*)-1;
 }
 
 inline static  void