mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/lib mhthread.pl,2.12,2.13

2011-01-02 04:14:23
Update of mhonarc/MHonArc/lib
Modified Files:
	mhthread.pl 
Log Message:
Bug #17660: Fixed end ordering of TLiNoneEnd and TSubListEnd.


======================================================================
FILE: mhonarc/MHonArc/lib/mhthread.pl
<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/*checkout*/mhonarc/MHonArc/lib/mhthread.pl?rev=2.13>

<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/mhonarc/MHonArc/lib/mhthread.pl.diff?r1=2.12&r2=2.13&diff_format=h>
--- mhthread.pl	15 Dec 2004 20:33:40 -0000	2.12
+++ mhthread.pl	2 Jan 2011 10:14:13 -0000	2.13
@@ -410,7 +410,7 @@
     if ($DoMissingMsgs && !($attop || $single)) {
         for ($i=$depth; $i > 0; --$i) {
-            &print_thread_var($handle, $idx, \$TLINONEEND);
             &print_thread_var($handle, $idx, \$TSUBLISTEND)
                 if $level <= $TLEVELS;
+            &print_thread_var($handle, $idx, \$TLINONEEND);
             --$level;
         }
@@ -637,7 +637,7 @@
     if ($DoMissingMsgs && !($attop || $single)) {
         for ($i = $depth; $i > 0; $i--) {
-            $ret .= &expand_thread_var($idx, \$TSLICELINONEEND);
             $ret .= &expand_thread_var($idx, \$TSLICESUBLISTEND)
                 if $level <= $TSLICELEVELS;
+            $ret .= &expand_thread_var($idx, \$TSLICELINONEEND);
             $level--;
         }

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-COMMITS