You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2007/01/30 19:23:11 UTC

svn commit: r501503 - /xalan/c/trunk/src/xalanc/ICUBridge/ICUFormatNumberFunctor.cpp

Author: dmitryh
Date: Tue Jan 30 10:23:11 2007
New Revision: 501503

URL: http://svn.apache.org/viewvc?view=rev&rev=501503
Log:
Fix for a defect XALANC-606

Modified:
    xalan/c/trunk/src/xalanc/ICUBridge/ICUFormatNumberFunctor.cpp

Modified: xalan/c/trunk/src/xalanc/ICUBridge/ICUFormatNumberFunctor.cpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/ICUBridge/ICUFormatNumberFunctor.cpp?view=diff&rev=501503&r1=501502&r2=501503
==============================================================================
--- xalan/c/trunk/src/xalanc/ICUBridge/ICUFormatNumberFunctor.cpp (original)
+++ xalan/c/trunk/src/xalanc/ICUBridge/ICUFormatNumberFunctor.cpp Tue Jan 30 10:23:11 2007
@@ -317,6 +317,8 @@
     } 
     else 
     {
+        assert(false);
+
         return 0;
     }
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org