[Bf-blender-cvs] [70b6c82] master: Fix an odd line that slipped in my ghost_hack_first_file commit

Jens Verwiebe noreply at git.blender.org
Tue Dec 30 18:32:03 CET 2014


Commit: 70b6c82fd37150bcd7424183d5397edcb4bfbd20
Author: Jens Verwiebe
Date:   Tue Dec 30 18:31:25 2014 +0100
Branches: master
https://developer.blender.org/rB70b6c82fd37150bcd7424183d5397edcb4bfbd20

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