2024.04.30

This commit is contained in:
sshlien
2024-05-06 11:06:48 -04:00
parent 328d4920c9
commit 224930548b
11 changed files with 79 additions and 148 deletions

2
parseabc.c Normal file → Executable file
View 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
{