fixed a compile error, I think...
This commit is contained in:
parent
2be2208cbc
commit
877a2f9b7c
1 changed files with 1 additions and 1 deletions
|
@ -1825,7 +1825,7 @@ namespace AwTl {
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
pParams->dataP = va_arg(ap,void const *);
|
pParams->dataP = va_arg(ap,void const *);
|
||||||
db_logf4(("\tData Pointer = %p",pParams->dataP));
|
db_logf4(("\tData Pointer = %p",pParams->dataP.voidP));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'r':
|
case 'r':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue