This commit is contained in:
toshok%hungry.com 1999-12-01 21:26:42 +00:00
Родитель fd610a6faf
Коммит 0d11467346
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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: