mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
Add missing cast.
This commit is contained in:
parent
056db40061
commit
015b5425ff
@ -2378,7 +2378,7 @@ int CRestore::ReadField( void *pBaseData, TYPEDESCRIPTION *pFields, int fieldCou
|
|||||||
if ( strlen( (char *)pInputData ) == 0 )
|
if ( strlen( (char *)pInputData ) == 0 )
|
||||||
*((void**)pOutputData) = 0;
|
*((void**)pOutputData) = 0;
|
||||||
else
|
else
|
||||||
*((void**)pOutputData) = FUNCTION_FROM_NAME( (char *)pInputData );
|
*((void**)pOutputData) = (void**)FUNCTION_FROM_NAME( (char *)pInputData );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user