From: Luca Barbieri Date: Sat, 21 Aug 2010 21:53:39 +0000 (+0200) Subject: nvfx: actually fix it properly X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4edeeaf71564582d5afebc9cb59f4b3f7fb40a7e;p=mesa.git nvfx: actually fix it properly --- diff --git a/src/gallium/drivers/nvfx/nvfx_vbo.c b/src/gallium/drivers/nvfx/nvfx_vbo.c index b1a06654b64..21d6e0e6f84 100644 --- a/src/gallium/drivers/nvfx/nvfx_vbo.c +++ b/src/gallium/drivers/nvfx/nvfx_vbo.c @@ -433,7 +433,7 @@ nvfx_vtxelts_state_create(struct pipe_context *pipe, if(num_elements > 16) { - _debug_printf("Error: application attempted to use %u vertex elements, but only 16 are supported: ignoring the rest\n"); + _debug_printf("Error: application attempted to use %u vertex elements, but only 16 are supported: ignoring the rest\n", num_elements); num_elements = 16; }