fixed a compile error, I think...

This commit is contained in:
Steven Fuller 2003-01-17 23:30:48 +00:00 committed by Patryk Obara
parent 2be2208cbc
commit 877a2f9b7c

View file

@ -1825,7 +1825,7 @@ namespace AwTl {
else
{
pParams->dataP = va_arg(ap,void const *);
db_logf4(("\tData Pointer = %p",pParams->dataP));
db_logf4(("\tData Pointer = %p",pParams->dataP.voidP));
}
break;
case 'r':