mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
Fix "cc_frm_footer.cpp: fix possible compiler warning"
This reverts commit 885ed60ea4
.
This commit is contained in:
@@ -211,7 +211,7 @@ void CComponentsFooter::setButtonLabels(const struct button_label_cc * const con
|
||||
*/
|
||||
if (txt.empty() && icon_name.empty()){
|
||||
//l_count -= 1;
|
||||
dprintf(DEBUG_NORMAL, "[CComponentsFooter]\t[%s - %d]\tignore item [%lu], no icon and text defined!\n", __func__, __LINE__, i);
|
||||
dprintf(DEBUG_NORMAL, "[CComponentsFooter]\t[%s - %d]\tignore item [%zu], no icon and text defined!\n", __func__, __LINE__, i);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user