Hi,

It'd be best to rewrite the strcmp functions with strncmp and using
#include<cstring> instead of libc string.h .

So strcmp(1,2) would become std::strncmp(1,2,std::strlen(2));

Love,
erana

PS: You can patch it with a line of perl.
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to