python: Fix bad pointer.

This commit is contained in:
José Fonseca 2009-04-09 22:10:45 +01:00
parent 311f77198e
commit c09ef3e747

View file

@ -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);