[Bf-blender-cvs] [e77e018] master: Fix typo in new error reporting during arg parsing.

Bastien Montagne noreply at git.blender.org
Fri Nov 6 18:55:17 CET 2015


Commit: e77e018d48ab99dbe843a79d72bc9d79e5ae8163
Author: Bastien Montagne
Date:   Fri Nov 6 18:54:52 2015 +0100
Branches: master
https://developer.blender.org/rBe77e018d48ab99dbe843a79d72bc9d79e5ae8163

Fix typo in new error reporting during arg parsing.

===================================================================

M	source/creator/creator.c

===================================================================

diff --git a/source/creator/creator.c b/source/creator/creator.c
index f039789..837011b 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;
 	}
 }




More information about the Bf-blender-cvs mailing list