Hallo liebe Community,
ich habe mal wieder folgenes Problem:
(28645) : warning 224: indeterminate array size in "sizeof" expression (symbol "maxlength")
Hier ist der Stock wo diese Zeile drin ist:
[pwn='28639']
stock str_replace(string[], rep[], with[])
{
new i = strfind(string, rep);
if(i != -1)
{
strdel(string, i, i+strlen(rep));
strins(string, with, i); //warning zeile
}
return string;
}
[/pwn]
MfG