Open hydrocontrol opened 8 years ago
line 30: sizeof() includes the terminating NULL character, which is not intended behaviour. so either use sizeof()-1, or use strlen()
line 30: sizeof() includes the terminating NULL character, which is not intended behaviour. so either use sizeof()-1, or use strlen()