Update of /cvsroot/mahogany/M/src/modules/viewflt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14376/src/modules/viewflt

Modified Files:
        QuoteURL.cpp 
Log Message:
use longer threshold for potentially wrapped lines

Index: QuoteURL.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/viewflt/QuoteURL.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -b -u -2 -r1.19 -r1.20
--- QuoteURL.cpp        8 Sep 2004 23:01:43 -0000       1.19
+++ QuoteURL.cpp        12 Sep 2004 21:54:47 -0000      1.20
@@ -361,5 +361,9 @@
          // where "333" would otherwise have been recognized as wrapped
          // quotation
-         if ( next - string > 10 )
+         //
+         // note that another idea could be to check that the "wrapped" line is
+         // longer than the line following it -- it wouldn't make sense if it
+         // were otherwise
+         if ( next - string > 30 )
          {
             const char *nextnext = strchr(nextStart + 1 /* skip '\n' */, '\n');



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to