mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
python: Fix bad pointer.
This commit is contained in:
parent
311f77198e
commit
c09ef3e747
1 changed files with 1 additions and 1 deletions
|
|
@ -426,7 +426,7 @@ struct st_surface
|
|||
if(!*STRING)
|
||||
return;
|
||||
|
||||
pipe_buffer_read(screen, $self, 0, $self->size, STRING);
|
||||
pipe_buffer_read(screen, $self, 0, $self->size, *STRING);
|
||||
}
|
||||
|
||||
%cstring_input_binary(const char *STRING, unsigned LENGTH);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue