util/blitter: fix line wrapping on error to avoid giving wrong line number
Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22581>
This commit is contained in:
committed by
Marge Bot
parent
4681fd3882
commit
972082d051
@@ -607,8 +607,7 @@ void util_blitter_set_texture_multisample(struct blitter_context *blitter,
|
||||
void util_blitter_set_running_flag(struct blitter_context *blitter)
|
||||
{
|
||||
if (blitter->running) {
|
||||
_debug_printf("u_blitter:%i: Caught recursion. This is a driver bug.\n",
|
||||
__LINE__);
|
||||
_debug_printf("u_blitter:%i: Caught recursion. This is a driver bug.\n", __LINE__);
|
||||
}
|
||||
blitter->running = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user