From e77e018d48ab99dbe843a79d72bc9d79e5ae8163 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 6 Nov 2015 18:54:52 +0100 Subject: Fix typo in new error reporting during arg parsing. --- source/creator/creator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/creator') 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; } } -- cgit v1.2.3