mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
trace: Request a growable file.
This commit is contained in:
parent
a4a739eb58
commit
d25611ede0
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ boolean trace_dump_trace_begin()
|
|||
|
||||
if(!stream) {
|
||||
|
||||
stream = util_stream_create(filename);
|
||||
stream = util_stream_create(filename, 0);
|
||||
if(!stream)
|
||||
return FALSE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue