mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
trace: Use a 4 hexadecimal digit suffix.
This commit is contained in:
parent
7f3c3683ce
commit
152d00d199
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ trace_stream_map(struct trace_stream *stream)
|
|||
|
||||
filename_len = util_snprintf(filename,
|
||||
sizeof(filename),
|
||||
"\\??\\%s.%03u",
|
||||
"\\??\\%s.%04x",
|
||||
stream->filename,
|
||||
stream->suffix++);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue