...which is defined as strcmp anyway or BLI_strcasecmp depending on
OS. This caused a minor compile error for windows(solved) because
BLI_string.h is not included by default. Also in my opinion using a
straight string compare for paths is bound to cause trouble across
operating systems when using relative paths for instance. I could be
wrong here of course, as I haven't actually checked if any conversion
to '/' vs '\' is done internally for instance.
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to