Update of /cvsroot/mahogany/M/src/modules/viewflt
In directory sc8-pr-cvs1:/tmp/cvs-serv27686/src/modules/viewflt

Modified Files:
        TextMarkup.cpp 
Log Message:
fixed bug with highlighting '*x_; *y_' (produced 'xy' instead of 'y' on output)

Index: TextMarkup.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/viewflt/TextMarkup.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -u -2 -r1.9 -r1.10
--- TextMarkup.cpp      15 Sep 2003 17:01:42 -0000      1.9
+++ TextMarkup.cpp      11 Oct 2003 23:15:15 -0000      1.10
@@ -132,4 +132,5 @@
 
                   state = Normal;
+                  textSpecial.clear();
                }
                else // matching tag



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to