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>2010-06-25 16:13:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-06-25 16:13:29 +0400
commit9e87433ef2903f5e6e451eb413e34b57dab4d9fa (patch)
tree1f6ef7f65b050986cd2595c39598edff65a6d22d /source/creator
parent7b36b2ebbb5449cebd6264d707a43bcaf910b81c (diff)
error in last commit
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index f240a54788f..f8f5b460d17 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -689,7 +689,7 @@ static int render_frame(int argc, char **argv, void *data)
int frame;
ReportList reports;
- if(*argv[1]) {
+ switch(*argv[1]) {
case '+':
frame= scene->r.sfra + atoi(argv[1]+1);
break;