From bb0e15259ccb1883410435ad76eb0de08b7e2069 Mon Sep 17 00:00:00 2001 From: ulf69 Date: Wed, 29 Sep 2004 00:44:07 +0000 Subject: fixed display bug that I built in with the previous fix --- (limited to 'kabc/vcard') 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 -- cgit v0.9.0.2