mirror of
https://github.com/sshlien/abcmidi.git
synced 2026-04-15 14:23:41 +00:00
2024.04.30
This commit is contained in:
2
parseabc.c
Normal file → Executable file
2
parseabc.c
Normal file → Executable file
@@ -2100,7 +2100,7 @@ parse_precomment (s)
|
||||
{
|
||||
p = s + 1;
|
||||
readstr (package, &p, 40);
|
||||
event_specific (package, p);
|
||||
event_specific (package, p, 0); /* [JA] 2024-04-30 */
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user