Merge branch 'maverick' into develop
Compile under OSX
This commit is contained in:
2
mumo.c
2
mumo.c
@@ -396,7 +396,7 @@ static int ParseAlias(psParser pParse, SConnection * pCon, pMulMot self)
|
||||
return 1;
|
||||
break;
|
||||
default:
|
||||
snprintf(pBueffel,1024, "ERROR: Unexpected symbol %s", pParse->Token);
|
||||
snprintf(pBueffel,sizeof(pBueffel), "ERROR: Unexpected symbol %s", pParse->Token);
|
||||
SCWrite(pCon, pBueffel, eError);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user