Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2008-05-04 19:56:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-05-04 19:56:59 +0400
commitc734c0b1992d45619498d39838e9abc335fb497a (patch)
tree56e23fdc0066a3963a9d35160fa0cee259b93649 /source/blender/src/writemovie.c
parent175a0c34f7c4986a2e5b798aa8042f08280bdb2b (diff)
hopefully the last one...
Diffstat (limited to 'source/blender/src/writemovie.c')
-rw-r--r--source/blender/src/writemovie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/writemovie.c b/source/blender/src/writemovie.c
index 83c3b64eabd..dea7fbd9ddb 100644
--- a/source/blender/src/writemovie.c
+++ b/source/blender/src/writemovie.c
@@ -97,7 +97,7 @@ static void make_movie_name(char *string)
if (string==0) return;
strcpy(string, G.scene->r.pic);
- BLI_convertstringcode(string, G.sce, G.scene->r.cfra);
+ BLI_convertstringcode(string, G.sce);
len= strlen(string);
BLI_make_existing_file(string);