From 0988f651462a965d0927755394b73f07874f77af Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 13 Feb 2010 14:18:54 +0000 Subject: fix for blenderplayer building. --- intern/smoke/intern/VEC3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/smoke') diff --git a/intern/smoke/intern/VEC3.h b/intern/smoke/intern/VEC3.h index 98c4555ac5f..c928d9a70dd 100644 --- a/intern/smoke/intern/VEC3.h +++ b/intern/smoke/intern/VEC3.h @@ -938,8 +938,8 @@ template std::ostream& operator<<( std::ostream& os, const BasicVector::Vector3Dim& i ) { - char buf[256]; #if 0 + char buf[256]; #if _WIN32 sprintf(buf,globVecFormatStr, (double)i[0],(double)i[1],(double)i[2]); #else -- cgit v1.2.3