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;
 }

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to