summaryrefslogtreecommitdiffabout
path: root/kabc/vcard
authorulf69 <ulf69>2004-09-29 00:44:07 (UTC)
committer ulf69 <ulf69>2004-09-29 00:44:07 (UTC)
commitbb0e15259ccb1883410435ad76eb0de08b7e2069 (patch) (side-by-side diff)
tree83617ff0d7a2e188c4944783450d7370eae965f1 /kabc/vcard
parent0804930f54a4d7226b62db7878eaedabdf3ebcf6 (diff)
downloadkdepimpi-bb0e15259ccb1883410435ad76eb0de08b7e2069.zip
kdepimpi-bb0e15259ccb1883410435ad76eb0de08b7e2069.tar.gz
kdepimpi-bb0e15259ccb1883410435ad76eb0de08b7e2069.tar.bz2
fixed display bug that I built in with the previous fix
Diffstat (limited to 'kabc/vcard') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/vcard/VCardv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/vcard/VCardv.cpp b/kabc/vcard/VCardv.cpp
index d19a004..bc80707 100644
--- a/kabc/vcard/VCardv.cpp
+++ b/kabc/vcard/VCardv.cpp
@@ -194,7 +194,7 @@ VCard::_parse()
cl->parse();
if (cl->value() == 0)
{
- qDebug("Content line could not be parsed. Discarded: %s" + QCString(it2.current()));
+ qDebug("Content line could not be parsed. Discarded: %s", it2.current());
delete cl;
}
else