[Bf-blender-cvs] [5c3216e233] master: Fix compiling after a0b8a9f

Jens Verwiebe noreply at git.blender.org
Sat Feb 25 14:59:13 CET 2017


Commit: 5c3216e2334863137019b55a44d5b9cfea842c10
Author: Jens Verwiebe
Date:   Sat Feb 25 14:58:08 2017 +0100
Branches: master
https://developer.blender.org/rB5c3216e2334863137019b55a44d5b9cfea842c10

Fix compiling after a0b8a9f

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

M	source/blender/alembic/intern/abc_util.cc

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

diff --git a/source/blender/alembic/intern/abc_util.cc b/source/blender/alembic/intern/abc_util.cc
index 158ec263df..50fa43a349 100644
--- a/source/blender/alembic/intern/abc_util.cc
+++ b/source/blender/alembic/intern/abc_util.cc
@@ -535,5 +535,5 @@ ScopeTimer::ScopeTimer(const char *message)
 
 ScopeTimer::~ScopeTimer()
 {
-	std::fprintf(stderr, "%s: %fs\n", m_message, PIL_check_seconds_timer() - m_start);
+	fprintf(stderr, "%s: %fs\n", m_message, PIL_check_seconds_timer() - m_start);
 }




More information about the Bf-blender-cvs mailing list