hrydgard / minitrace

Simple C/C++ library for producing JSON traces suitable for Chrome's built-in trace viewer (about:tracing).
MIT License
370 stars 63 forks source link

Increase array size for arguments #16

Closed afbjorklund closed 5 years ago

afbjorklund commented 5 years ago

See https://github.com/ccache/ccache/commit/0f5f9c3b50feafd053166e0577d2b71cdd1b03d9

hrydgard commented 5 years ago

I'll apply the fix, but next time please make a pull request for stuff like this :)

afbjorklund commented 5 years ago

@hrydgard : thanks, will do! (I was not the author, just reporting upstream)