mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-07 02:30:25 +02:00
undo remove warnings
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6377 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
@ -646,7 +646,7 @@ private:
|
||||
\param sizeWithoutHeader: Text size in characters without header
|
||||
*/
|
||||
template<class src_char_type>
|
||||
void convertTextData(src_char_type* source, char* pointerToStore, long sizeWithoutHeader)
|
||||
void convertTextData(src_char_type* source, char* pointerToStore, int sizeWithoutHeader)
|
||||
{
|
||||
// convert little to big endian if necessary
|
||||
if (sizeof(src_char_type) > 1 &&
|
||||
|
Reference in New Issue
Block a user