diff dwtx/core/runtime/Platform.d @ 159:7926b636c282

...
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 01:57:58 +0200
parents 25f1f92fa3df
children 1a5b8f8129df
line wrap: on
line diff
--- a/dwtx/core/runtime/Platform.d	Tue Aug 26 02:46:34 2008 +0200
+++ b/dwtx/core/runtime/Platform.d	Wed Aug 27 01:57:58 2008 +0200
@@ -692,7 +692,7 @@
      * @return the value of the requested debug option or <code>null</code>
      */
     public static String getDebugOption(String option) {
-        return true;
+        return null;
 // DWT FIXME:  impl
 //         return InternalPlatform.getDefault().getOption(option);
     }