summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_util.c
diff options
context:
space:
mode:
authorPanagiotis Papadakos <papadako@csd.uoc.gr>2007-02-26 07:57:31 -0700
committerBrian <brian@yutani.localnet.net>2007-02-26 07:57:31 -0700
commit3528d61820e9ae1aafb12fb90849155f3cab6d2c (patch)
tree529a861529822ad438df2e798c102fe3b29eec52 /src/mesa/drivers/dri/common/dri_util.c
parent46d48802010975548338a4b749e237f8b3758299 (diff)
add missing param to _mesa_warning()
Diffstat (limited to 'src/mesa/drivers/dri/common/dri_util.c')
-rw-r--r--src/mesa/drivers/dri/common/dri_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/dri_util.c b/src/mesa/drivers/dri/common/dri_util.c
index cc3dcf9d8d..3e27052afc 100644
--- a/src/mesa/drivers/dri/common/dri_util.c
+++ b/src/mesa/drivers/dri/common/dri_util.c
@@ -420,7 +420,7 @@ __driUtilUpdateDrawableInfo(__DRIdrawablePrivate *pdp)
psp = pdp->driScreenPriv;
if (!psp) {
/* ERROR!!! */
- _mesa_problem("Warning! Possible infinite loop due to bug "
+ _mesa_problem(NULL, "Warning! Possible infinite loop due to bug "
"in file %s, line %d\n",
__FILE__, __LINE__);
return;