4fdc259981
Use sizeof() instead of hardcoded length. Clean up NULL vs 0 confusion. sizeof(char) is 1, really.
Use sizeof() instead of hardcoded length. Clean up NULL vs 0 confusion. sizeof(char) is 1, really.