disabled my previous fix, because of a reported crash when constant strings are passed so testbuilds can go on. Will provide propper fix later

This commit is contained in:
2005-11-02 07:16:00 +00:00
parent 48dbe3a5fc
commit 3c5b54ba6b

View File

@@ -728,9 +728,12 @@ void BLI_make_file_string(char *relabase, char *string, char *dir, char *file)
/* Push all slashes to the system preferred direction */
BLI_clean(string);
/* also for all the other dirs where we changed the slashes */
/* disabled because static strings passed in caused crash */
/*
BLI_clean(relabase);
BLI_clean(dir);
BLI_clean(file);
*/
}
int BLI_testextensie(char *str, char *ext)