cant test but this should fix mac build

This commit is contained in:
Campbell Barton 2010-03-09 19:04:05 +00:00
parent 1708ac0723
commit 4c8dab48c5

@ -143,7 +143,7 @@ void makeqtstring (RenderData *rd, char *string) {
char txt[64];
strcpy(string, rd->pic);
BLI_convertstringcode(string, G.sce);
BLI_path_abs(string, G.sce);
BLI_make_existing_file(string);
@ -157,7 +157,7 @@ void filepath_qt(char *string, RenderData *rd) {
if (string==NULL) return;
strcpy(string, rd->pic);
BLI_convertstringcode(string, G.sce);
BLI_path_abs(string, G.sce);
BLI_make_existing_file(string);