ref: 8c3e510483ba1fdec19017dad4a5004d694177eb
parent: 317a6f3da95fddbdbff464d77ad47ffd0dbfdaff
author: Chris Moeller <kode54@gmail.com>
date: Wed Aug 31 03:53:24 EDT 2011
- Corrected old style PSM note data - Version is now 0.9.9.45 git-tfs-id: [http://localhost:8080/tfs/DefaultCollection/]$/foobar2000/files/plugins.root;C724
--- a/dumb/src/it/readoldpsm.c
+++ b/dumb/src/it/readoldpsm.c
@@ -295,7 +295,7 @@
if (flags & 0x80) {
if ((*ptr < 60) && (channel < pchans)) {
entry->mask |= IT_ENTRY_NOTE;
- entry->note = *ptr + 36;
+ entry->note = *ptr + 35;
}
ptr++;
if (*ptr) {