From 4c8dab48c5862f2ea742a47c8183d378adece05e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 9 Mar 2010 19:04:05 +0000 Subject: cant test but this should fix mac build --- source/blender/quicktime/apple/qtkit_export.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/quicktime') diff --git a/source/blender/quicktime/apple/qtkit_export.m b/source/blender/quicktime/apple/qtkit_export.m index a4190b54273..06082832b1e 100644 --- a/source/blender/quicktime/apple/qtkit_export.m +++ b/source/blender/quicktime/apple/qtkit_export.m @@ -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); -- cgit v1.2.3