add missing param to _mesa_warning()

This commit is contained in:
Panagiotis Papadakos
2007-02-26 07:57:31 -07:00
committed by Brian
parent 46d4880201
commit 3528d61820

View File

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