Mercurial > hg > sonic-visualiser
log
age | author | description |
---|---|---|
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) |
Wed, 03 Sep 2014 09:57:30 +0100 | Chris Cannam | Frame this condition more defensively (from coverity scan) |
Wed, 03 Sep 2014 09:56:18 +0100 | Chris Cannam | Fix fallthrough in switch (from coverity scan) |
Wed, 03 Sep 2014 09:48:51 +0100 | Chris Cannam | Fix something coverity reports as "copy-paste error" (actually it doesn't matter, but the fix reads better) |
Wed, 03 Sep 2014 09:47:52 +0100 | Chris Cannam | Fix some (probably benign) uninitialised members (from coverity scan) |