From 0d1146734602721709bc318ea0fa44fbf84fcf24 Mon Sep 17 00:00:00 2001 From: "toshok%hungry.com" Date: Wed, 1 Dec 1999 21:26:42 +0000 Subject: [PATCH] fix another XXX --- ef/Runtime/System/JavaObject.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ef/Runtime/System/JavaObject.cpp b/ef/Runtime/System/JavaObject.cpp index 0008cb5edc0b..990d4789c0d6 100644 --- a/ef/Runtime/System/JavaObject.cpp +++ b/ef/Runtime/System/JavaObject.cpp @@ -1823,9 +1823,9 @@ void printValue(LogModuleObject &f, void *valPtr, const Type &superType, int max if (!str) return; UT_OBJECTLOG(f, PR_LOG_ALWAYS, ("%s", str)); -#if 0 - PR_smprintf_free(str); // XXX - Should be PR_smprintf_free() when that function is implemented -#endif + + PR_smprintf_free(str); + break; case tkBoolean: