mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 10:00:22 +01:00
r300: Converted a few fprintf calls to _mesa_warning calls.
This commit is contained in:
parent
4917955205
commit
fe2c58d2d5
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ static unsigned long t_src_index(struct r300_vertex_program *vp, struct prog_src
|
|||
return vp->inputs[src->Index];
|
||||
}else{
|
||||
if (src->Index < 0) {
|
||||
fprintf(stderr, "WARNING negative offsets for indirect addressing do not work\n");
|
||||
_mesa_warning ("negative offsets for indirect addressing do not work.\n");
|
||||
return 0;
|
||||
}
|
||||
return src->Index;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue