add missing param to _mesa_warning()
This commit is contained in:

committed by
Brian

parent
46d4880201
commit
3528d61820
@@ -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;
|
||||
|
Reference in New Issue
Block a user