diff --git a/src/base/SMPFunction.cpp b/src/base/SMPFunction.cpp
index b43cd7f2ae57d0d3043c63c0a52cdcd361eaea83..50d24a8c95085340133d867d03c049ddd4a7d84e 100644
--- a/src/base/SMPFunction.cpp
+++ b/src/base/SMPFunction.cpp
@@ -95,7 +95,7 @@ using namespace std;
 // Set SharedTailChunks to TRUE for entire printf family
 //  After we restructure the parent/tail structure of the database, this
 //  will go away.
-#define KLUDGE_VFPRINTF_FAMILY 1
+#define KLUDGE_VFPRINTF_FAMILY 0
 
 // C99 standard permits up to 127 arguments to a single function,
 //  but FORTRAN has no limit. We have encountered 290 in practice.