mirror of
https://github.com/sshlien/abcmidi.git
synced 2025-12-06 06:55:06 +00:00
2020.10.01
This commit is contained in:
@@ -538,6 +538,7 @@ read_custom_stress_file (char *filename)
|
||||
if (index > 47)
|
||||
{
|
||||
printf ("used up all available space for stress models\n");
|
||||
fclose(inhandle); /* [JA] 2020-09-30 */
|
||||
return;
|
||||
}
|
||||
nmodels++;
|
||||
@@ -563,4 +564,5 @@ read_custom_stress_file (char *filename)
|
||||
}
|
||||
if (fgets (str, 3, inhandle) == NULL) break; /* [SDG] 2020-06-03 */
|
||||
}
|
||||
fclose(inhandle); /* [JA] 2020-09-30 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user