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

Modified Files:
        UUDecode.cpp 
Log Message:
another bug fix for the recent commit, this time for multiple uuencoded attachments in 
the same message

Index: UUDecode.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/viewflt/UUDecode.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -u -2 -r1.8 -r1.9
--- UUDecode.cpp        16 May 2004 11:59:27 -0000      1.8
+++ UUDecode.cpp        16 May 2004 12:05:28 -0000      1.9
@@ -372,5 +372,5 @@
       {
          // output the part before the BEGIN line, if any
-         String prolog(nextToOutput, startBeginLine - lenEOL);
+         String prolog(nextToOutput, startBeginLine);
          if ( !prolog.empty() )
          {



-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to