[Bf-blender-cvs] [137ddd6] blender-v2.73-release: Fix an odd line that slipped in my ghost_hack_first_file commit

Jens Verwiebe noreply at git.blender.org
Tue Jan 6 10:44:54 CET 2015


Commit: 137ddd665e2ad765a3eb1b4f36ec99cf1d5d28b0
Author: Jens Verwiebe
Date:   Tue Dec 30 18:31:25 2014 +0100
Branches: blender-v2.73-release
https://developer.blender.org/rB137ddd665e2ad765a3eb1b4f36ec99cf1d5d28b0

Fix an odd line that slipped in my ghost_hack_first_file commit

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

M	source/creator/creator.c

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

diff --git a/source/creator/creator.c b/source/creator/creator.c
index cc80494..83741a6 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1001,7 +1001,7 @@ static int render_animation(int UNUSED(argc), const char **UNUSED(argv), void *d
 		BLI_end_threaded_malloc();
 	}
 	else {
-		printf("\nError: no blend loaded. GPG_ghost.cpp use '-a'.\n");
+		printf("\nError: no blend loaded. cannot use '-a'.\n");
 	}
 	return 0;
 }




More information about the Bf-blender-cvs mailing list