Mercurial > hg > svcore
log
age | author | description |
---|---|---|
Wed, 03 Sep 2014 10:56:59 +0100 | Chris Cannam | Backed out changeset 6b5e1edd95fc. I had misunderstood, the container is a vector, not a map, so the fix doesn't work and the original code (although definitely flawed) actually does |
Wed, 03 Sep 2014 10:49:38 +0100 | Chris Cannam | Fix to iterator invalidation (from coverity scan) |
Wed, 03 Sep 2014 10:40:37 +0100 | Chris Cannam | As coverity points out, MIDI_END_OF_EXCLUSIVE (0xF7) cannot result from masking with MIDI_MESSAGE_TYPE_MASK(0xF0). Not that it really matters here. |
Wed, 03 Sep 2014 09:58:31 +0100 | Chris Cannam | Fix return of empty string as bool value (from coverity scan, interesting the compiler doesn't mind) |