1
0

cmScoreMatchGraphic.c : Removed call to cmMidiFilePrintMsgs() from cmScoreMatchGraphicUpdateMidiFromScore().

Dieser Commit ist enthalten in:
kevin 2016-08-30 16:44:38 -04:00
Ursprung ee9ba9270e
Commit 4d6bff0ecf

Datei anzeigen

@ -798,8 +798,6 @@ cmSmgRC_t cmScoreMatchGraphicUpdateMidiFromScore( cmCtx_t* ctx, cmSmgH_t h, cons
goto errLabel;
}
cmMidiFilePrintMsgs(mfH, p->err.rpt );
errLabel:
cmMidiFileClose(&mfH);