projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f57563
)
tiny change to a gl_problem() call
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 26 Feb 2001 18:25:25 +0000
(18:25 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 26 Feb 2001 18:25:25 +0000
(18:25 +0000)
src/mesa/main/texobj.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texobj.c
b/src/mesa/main/texobj.c
index b227a96192ceeeb4d75b08dc13797535b3537f6c..8881083e4876a343516082390e31a112327537b1 100644
(file)
--- a/
src/mesa/main/texobj.c
+++ b/
src/mesa/main/texobj.c
@@
-1,4
+1,4
@@
-/* $Id: texobj.c,v 1.4
0 2001/02/20 16:42
:25 brianp Exp $ */
+/* $Id: texobj.c,v 1.4
1 2001/02/26 18:25
:25 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-405,7
+405,7
@@
_mesa_test_texobj_completeness( const GLcontext *ctx,
}
else {
/* Dimensions = ??? */
- gl_problem(
NULL
, "Bug in gl_test_texture_object_completeness\n");
+ gl_problem(
ctx
, "Bug in gl_test_texture_object_completeness\n");
}
}
}