make the code match the comment: while (!lst.isEmpty()) { // now insert…

Authored by Dirk Mueller <mueller@kde.org> on Mar 11 2002, 2:08 PM.

Description

make the code match the comment: while (!lst.isEmpty()) { // now insert the rest, up to 1000 characters temp = lst.last(); - if ((15+r_ef.length()+temp.length())<200) { + if ((15+r_ef.length()+temp.length())<1000) {

(Reference: lines up to 1000 characters per line)

svn path=/trunk/kdenetwork/libkdenetwork/kmime_headers.cpp; revision=142420

Details

Committed
Dirk Mueller <mueller@kde.org>Mar 11 2002, 2:08 PM
Parents
R173:e34bc6481d31: Updating version info.
Branches
Unknown
Tags
Unknown
Dirk Mueller <mueller@kde.org> committed R173:910e9399b212: make the code match the comment: while (!lst.isEmpty()) { // now insert… (authored by Dirk Mueller <mueller@kde.org>).Mar 11 2002, 2:08 PM