diff options
author | Panagiotis Papadakos <papadako@csd.uoc.gr> | 2007-02-26 07:57:31 -0700 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-02-26 07:57:31 -0700 |
commit | 3528d61820e9ae1aafb12fb90849155f3cab6d2c (patch) | |
tree | 529a861529822ad438df2e798c102fe3b29eec52 /src/mesa/drivers/dri/common | |
parent | 46d48802010975548338a4b749e237f8b3758299 (diff) |
add missing param to _mesa_warning()
Diffstat (limited to 'src/mesa/drivers/dri/common')
-rw-r--r-- | src/mesa/drivers/dri/common/dri_util.c | 2 |
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; |