lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6221] Fix defect introduced 20150531T2002Z: wrong DB adju


From: Greg Chicares
Subject: [lmi-commits] [6221] Fix defect introduced 20150531T2002Z: wrong DB adjusted
Date: Fri, 24 Jul 2015 23:37:34 +0000

Revision: 6221
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6221
Author:   chicares
Date:     2015-07-24 23:37:33 +0000 (Fri, 24 Jul 2015)
Log Message:
-----------
Fix defect introduced 20150531T2002Z: wrong DB adjusted

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/ihs_avmly.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2015-07-24 21:20:30 UTC (rev 6220)
+++ lmi/trunk/ChangeLog 2015-07-24 23:37:33 UTC (rev 6221)
@@ -36408,3 +36408,13 @@
 Replace mirror. See:
   http://lists.nongnu.org/archive/html/lmi/2015-07/msg00018.html
 
+20150724T2120Z <address@hidden> [508]
+
+  ihs_avmly.cpp
+Remove dead code.
+
+20150724T2337Z <address@hidden> [508]
+
+  ihs_avmly.cpp
+Fix defect introduced 20150531T2002Z: wrong DB adjusted.
+

Modified: lmi/trunk/ihs_avmly.cpp
===================================================================
--- lmi/trunk/ihs_avmly.cpp     2015-07-24 21:20:30 UTC (rev 6220)
+++ lmi/trunk/ihs_avmly.cpp     2015-07-24 23:37:33 UTC (rev 6221)
@@ -854,8 +854,9 @@
         {
         InvariantValues().TermSpecAmt[j] = TermSpecAmt;
         }
-    // Reset DB whenever SA changes.
-    TxSetDeathBft();
+    // Reset term DB whenever term SA changes. It's not obviously
+    // necessary to do this here, but neither should it do any harm.
+    TxSetTermAmt();
 }
 
 //============================================================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]