Sophie

Sophie

distrib > Mandriva > cs4.0 > i586 > by-pkgid > 670e5c15199cb5b622ba929d523aaf9c > files > 2

taktuk2-0.5-4.1mlcs4.src.rpm

--- NetworkCore/src/acom_fmtcompile.cpp	2006-05-24 12:26:43.000000000 +0200
+++ NetworkCore/src/acom_fmtcompile.cpp.patched	2006-05-24 12:25:45.000000000 +0200
@@ -21,12 +21,12 @@
   if (_iscompiled) return;
   if (!_couldbecompiled) return;
 
-  if (get_id() <= FormatDef::LDouble.get_id())
-  {
-    _iscompiled = true;
-    _iscontiguous = true;
-    return;
-  }
+//  if (get_id() <= FormatDef::LDouble.get_id())
+//  {
+//    _iscompiled = true;
+//    _iscontiguous = true;
+//    return;
+//  }
   
   /* to avoid infinite recursion */
   _iscompiled   = true;