From: José Fonseca Date: Fri, 22 Aug 2008 02:13:27 +0000 (+0100) Subject: trace: Use a 4 hexadecimal digit suffix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=152d00d199f2c8c46a96be450cfd017b4798b4d1;p=mesa.git trace: Use a 4 hexadecimal digit suffix. --- diff --git a/src/gallium/drivers/trace/tr_stream_wd.c b/src/gallium/drivers/trace/tr_stream_wd.c index c375f50b951..45309dcb4e6 100644 --- a/src/gallium/drivers/trace/tr_stream_wd.c +++ b/src/gallium/drivers/trace/tr_stream_wd.c @@ -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++);