23.03.2012, 23:32
maybe try return "\0";
i think that's the null char
if that don't work return a 0
and check it with
i think that's the null char
if that don't work return a 0
and check it with
Code:
if(func(something)) { somevar = func(something); }