mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 23:28:06 +02:00
trace: Update for os_stream changes.
This commit is contained in:
parent
323c6f8a2e
commit
dbc7b3da3e
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ boolean trace_dump_trace_begin()
|
|||
|
||||
if(!stream) {
|
||||
|
||||
stream = os_stream_create(filename, 0);
|
||||
stream = os_file_stream_create(filename);
|
||||
if(!stream)
|
||||
return FALSE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue