2021.06.27

This commit is contained in:
Seymour Shlien
2021-06-27 17:09:51 -04:00
parent 504cbe93f7
commit 19fbb6b7e7
6 changed files with 107 additions and 5 deletions

View File

@@ -45,7 +45,7 @@
* based on public domain 'midifilelib' package.
*/
#define VERSION "3.48 May 25 2021 midi2abc"
#define VERSION "3.49 June 27 2021 midi2abc"
#include <limits.h>
/* Microsoft Visual C++ Version 6.0 or higher */
@@ -2739,6 +2739,8 @@ int trackno;
char ch;
int type,sf,mi,nn,denom,bb;
sf = 0; /* [SS] 2021-06-27 */
while (((*textplace) != NULL) && ((*textplace)->when <= t)) {
str = (*textplace)->text;
ch = *str;