Pass compatible pointer type.
All checks were successful
The build was successful.

This commit is contained in:
Rafal Kupiec 2019-06-27 20:44:50 +02:00
parent 312fb97db6
commit 4881ddf6de
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -118,7 +118,7 @@ static sxi32 EngineConfig(ph7 *pEngine, sxi32 nOp, va_list ap) {
if(!sMemLimit) {
break;
}
char *sLimitRem;
const char *sLimitRem;
sxu64 nMemLimit;
SyStrToInt64(sMemLimit, SyStrlen(sMemLimit), (void *)&nMemLimit, &sLimitRem);
if(sLimitRem) {