We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c906c commit a3eab2eCopy full SHA for a3eab2e
exa/exa.c
@@ -398,7 +398,7 @@ exaFinishAccess(DrawablePtr pDrawable, int index)
398
399
/* Catch unbalanced Prepare/FinishAccess calls. */
400
if (i == EXA_NUM_PREPARE_INDICES)
401
- EXA_FatalErrorDebugWithRet(("EXA bug: FinishAccess called without PrepareAccess for pixmap 0x%p.\n", (void *)pPixmap),);
+ EXA_FatalErrorDebugWithRet(("EXA bug: FinishAccess called without PrepareAccess for pixmap %p.\n", (void *)pPixmap),);
402
403
pExaScr->access[i].pixmap = NULL;
404
0 commit comments