cc_frm: fix invalid cast

This commit is contained in:
Stefan Seyfried
2013-04-06 12:28:18 +02:00
committed by Jacek Jendrzej
parent 2ba024168d
commit 8d8ce4c55a

View File

@@ -178,7 +178,7 @@ void CComponentsForm::insertCCItem(const uint& cc_item_id, CComponentsItem* cc_I
if (cc_Item == NULL){ if (cc_Item == NULL){
#ifdef DEBUG_CC #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 #endif
return; return;
} }