From 691b4639b956f472398ca6dd9a6ee4a7feb4af1b Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 6 Apr 2013 12:28:18 +0200 Subject: [PATCH] cc_frm: fix invalid cast Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/8d8ce4c55ab6b93e5f861a73b34e22cb136af304 Author: Stefan Seyfried Date: 2013-04-06 (Sat, 06 Apr 2013) --- src/gui/components/cc_frm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_frm.cpp b/src/gui/components/cc_frm.cpp index 443e04d63..1a55a32f1 100644 --- a/src/gui/components/cc_frm.cpp +++ b/src/gui/components/cc_frm.cpp @@ -178,7 +178,7 @@ void CComponentsForm::insertCCItem(const uint& cc_item_id, CComponentsItem* cc_I if (cc_Item == NULL){ #ifdef DEBUG_CC - printf("[CComponentsForm] %s parameter: cc_Item = %d...\n", __FUNCTION__, (int)cc_Item); + printf("[CComponentsForm] %s parameter: cc_Item = %p...\n", __func__, cc_Item); #endif return; }