[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenetwork/libkdenetwork
From:       Ingo Klöcker <ingo.kloecker () epost ! de>
Date:       2002-12-27 1:01:05
[Download RAW message or body]

CVS commit by kloecker: 

Port from 3_1: Fix bug #51180: changes underscores in spaces in quoted-printable attachments


  M +3 -3      kmime_codec_qp.cpp   1.10


--- kdenetwork/libkdenetwork/kmime_codec_qp.cpp  #1.9:1.10
@@ -111,9 +111,9 @@ class QuotedPrintableDecoder : public De
           saw the first nibble '=X'
    */
+  const bool mQEncoding : 1;
   bool mInsideHexChar   : 1;
   bool mFlushing        : 1;
   bool mExpectLF        : 1;
   bool mHaveAccu        : 1;
-  const bool mQEncoding : 1;
 protected:
   friend class QuotedPrintableCodec;
@@ -126,9 +126,9 @@ protected:
       mBadChar(0),
       mAccu(0),
+      mQEncoding(aQEncoding),
       mInsideHexChar(false),
       mFlushing(false),
       mExpectLF(false),
-      mHaveAccu(false),
-      mQEncoding(aQEncoding) {}
+      mHaveAccu(false) {}
 public:
   virtual ~QuotedPrintableDecoder() {}


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic