mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
fix compil fix change 64 to 32
Origin commit data
------------------
Commit: 322b58a598
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-12-27 (Sun, 27 Dec 2015)
This commit is contained in:
@@ -251,7 +251,7 @@ int CComponentsForm::genIndex()
|
|||||||
CComponentsItem* CComponentsForm::getCCItem(const uint& cc_item_id)
|
CComponentsItem* CComponentsForm::getCCItem(const uint& cc_item_id)
|
||||||
{
|
{
|
||||||
if (cc_item_id >= size()){
|
if (cc_item_id >= size()){
|
||||||
dprintf(DEBUG_NORMAL, "[CComponentsForm] [%s - %d] Error: parameter cc_item_id = %u, out of range (size = %" PRIx64")...\n", __func__, __LINE__, cc_item_id, size());
|
dprintf(DEBUG_NORMAL, "[CComponentsForm] [%s - %d] Error: parameter cc_item_id = %u, out of range (size = %" PRIx32")...\n", __func__, __LINE__, cc_item_id, size());
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -283,7 +283,7 @@ int check_dir(const char * dir, bool allow_tmp)
|
|||||||
ret = 0; // ok
|
ret = 0; // ok
|
||||||
}
|
}
|
||||||
if(ret == -1)
|
if(ret == -1)
|
||||||
printf("Wrong Filessystem Type: 0x%" PRIx64"\n",s.f_type);
|
printf("Wrong Filessystem Type: 0x%" PRIx32"\n",s.f_type);
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user