~ubuntu-branches/ubuntu/raring/kdepimlibs/raring-proposed

« back to all changes in this revision

Viewing changes to kmime/kmime_header_parsing.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Thomas
  • Date: 2012-05-24 21:48:49 UTC
  • mto: This revision was merged to the branch mainline in revision 120.
  • Revision ID: package-import@ubuntu.com-20120524214849-jg6g61f1r51u3mgo
Tags: upstream-4.8.80a
ImportĀ upstreamĀ versionĀ 4.8.80a

Show diffs side-by-side

added added

removed removed

Lines of Context:
2167
2167
    }
2168
2168
    if( !header ) {
2169
2169
      //kWarning() << "Returning Generic header of type" << rawType;
2170
 
      header = new Headers::Generic( rawType );
 
2170
      header = new Headers::Generic( rawType.constData() );
2171
2171
    }
2172
2172
    header->from7BitString( rawFieldBody );
2173
2173