]> git.cworth.org Git - apitrace/commit
Fix sorting of callFlagTable
authorCarl Worth <cworth@cworth.org>
Fri, 12 Apr 2013 21:23:00 +0000 (14:23 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 12 Apr 2013 21:23:00 +0000 (14:23 -0700)
commit656e70fcb18b2579e98ec3f4e6a55a89a9772b74
treeb0eabe0646f41337a88a2879b0d912b96b67916c
parent18198bc20331e48f45fc0c36cb3f256a58e24e4b
Fix sorting of callFlagTable

Commit 89681160639 inserted three entries in an unsorted position in
the list, tripping up an internal check and causing many apitrace
operations to abort. Fix this by restoring correct sorting.
common/trace_parser_flags.cpp