From 1832df2764e3328b2afe343ff8229aca9f1a3110 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sun, 31 Jan 2010 09:42:50 +0000 Subject: Fix compile error in qtkit_export.m on mac. --- source/blender/quicktime/apple/qtkit_export.m | 4 +--- 1 file changed, 1 insertion(+), 3 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 6e9e4885def..412214aa428 100644 --- a/source/blender/quicktime/apple/qtkit_export.m +++ b/source/blender/quicktime/apple/qtkit_export.m @@ -154,8 +154,6 @@ void makeqtstring (RenderData *rd, char *string) { } void filepath_qt(char *string, RenderData *rd) { - char txt[64]; - if (string==NULL) return; strcpy(string, rd->pic); @@ -168,7 +166,7 @@ void filepath_qt(char *string, RenderData *rd) { if (strchr(string, '#')==NULL) strcat(string, "####"); /* 4 numbers */ - BLI_convertstringframe_range(string, rd->sfra, rd->efra); + BLI_convertstringframe_range(string, rd->sfra, rd->efra, 4); strcat(string, ".mov"); } } -- cgit v1.2.3