[sword-svn] r211 - trunk/src/SwordReader_GUI

dtrotzjr at crosswire.org dtrotzjr at crosswire.org
Sun Feb 1 21:26:44 MST 2009


Author: dtrotzjr
Date: 2009-02-01 21:26:44 -0700 (Sun, 01 Feb 2009)
New Revision: 211

Modified:
   trunk/src/SwordReader_GUI/SRTextView.cpp
Log:
Fixed infinite loop that occurred when opening the KJVD. This may have fixed a deadlock issue with the ISV as well.

Modified: trunk/src/SwordReader_GUI/SRTextView.cpp
===================================================================
--- trunk/src/SwordReader_GUI/SRTextView.cpp	2009-02-02 03:46:27 UTC (rev 210)
+++ trunk/src/SwordReader_GUI/SRTextView.cpp	2009-02-02 04:26:44 UTC (rev 211)
@@ -368,7 +368,7 @@
                                 dwSubIndex += 6;
                                 rsState.m_lpftFontTagTail->m_crFontColor = 0x00000000;
                             }
-                        }
+                        }else dwSubIndex++;
                     }
                 }else{ 
                     // Its a </font pop the last item off the linked list




More information about the sword-cvs mailing list