From 3b86c99260bcd24bece6310ba711d656a866c2d1 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 22 Feb 2019 15:52:42 +0100 Subject: Fix previous commit Somehow quote got missing the last moment. --- source/creator/creator_args.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/creator/creator_args.c') diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c index 676bb036b90..a7c906bfefd 100644 --- a/source/creator/creator_args.c +++ b/source/creator/creator_args.c @@ -468,7 +468,7 @@ static void print_version_short(void) #ifdef BUILD_DATE /* NOTE: We include built time since sometimes we need to tell broken from * working built of the same hash. */ - printf(BLEND_VERSION_FMT " (hash %s built %s %s)\n + printf(BLEND_VERSION_FMT " (hash %s built %s %s)\n", BLEND_VERSION_ARG, build_hash, build_date, build_time); #else printf(BLEND_VERSION_STRING_FMT); -- cgit v1.2.3