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:
-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 f039789f877..837011b9e97 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1297,7 +1297,7 @@ static int set_end_frame(int argc, const char **argv, void *data)
}
}
else {
- printf("\nError: no blend loaded. cannot use '%d'.\n", arg_id);
+ printf("\nError: no blend loaded. cannot use '%s'.\n", arg_id);
return 0;
}
}