projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
175a0c3
)
hopefully the last one...
author
Campbell Barton <ideasman42@gmail.com>
Sun, 4 May 2008 15:56:59 +0000
(15:56 +0000)
committer
Campbell Barton <ideasman42@gmail.com>
Sun, 4 May 2008 15:56:59 +0000
(15:56 +0000)
source/blender/src/writemovie.c
patch
|
blob
|
history
diff --git
a/source/blender/src/writemovie.c
b/source/blender/src/writemovie.c
index 83c3b64eabd99ffc45fcc2d7ad84bf2641beee3f..dea7fbd9ddb88ec57d32ecc2837adf3dc170533d 100644
(file)
--- 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);