mmlibs/mmfw/Codecs/Src/Gsm610CodecCommon/rpeltp.cpp
branchRCL_3
changeset 50 948c7f65f6d4
parent 49 735348f59235
child 41 f7bf1ed8db72
--- a/mmlibs/mmfw/Codecs/Src/Gsm610CodecCommon/rpeltp.cpp	Tue Aug 31 16:43:06 2010 +0300
+++ b/mmlibs/mmfw/Codecs/Src/Gsm610CodecCommon/rpeltp.cpp	Wed Sep 01 12:38:50 2010 +0100
@@ -802,7 +802,7 @@
     L_result = 0;
     for (k = 0; k <= 39; k++)
 	  L_result = L_mac( L_result, wt[k], aEncoder->dp[k-lambda+120] );
-  /* Borland C++ 3.1 error if -3 (386-instructions) are used.
+  /* Borland C++ 3.1 Bug if -3 (386-instructions) are used.
   ** The code makes error (compared to (L_result > L_max)
   ** comparison. The problem disapears if the result of L_sub
   ** is stored to variable, e.g.