- avoid unnecessary string conversion.

Partial cherry pick from: 35f536ddb27633e8cac40eb4c99c5b370fdb14cb

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
(cherry picked from commit 86d107daed)
r14.0.x
Dirk Mueller 18 years ago committed by Michele Calgaro
parent 54a0f45587
commit 2c5f381cc8
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -591,7 +591,7 @@ rfcDecoder::encodeRFC2231String (const TQString & _str)
}
if (!*l) {
free(latin);
return _str.ascii ();
return _str;
}
TQCString result;
l = latin;

Loading…
Cancel
Save