diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-22 04:07:26 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-22 04:07:26 +0300 |
commit | b12d83a20db8c3b7bcf5d94d0ae19ab28df3ca82 (patch) | |
tree | f9ed645ba865ec0fbd478b36f1007bbaac9d5846 /utils/midiplay/adlmidiplay.cpp | |
parent | d1642d99f14dd25a600d3370c8e00c0b9bf54702 (diff) | |
parent | 015d86e06359f0bc7aff9812ec6da5a599a5aa2f (diff) | |
download | libADLMIDI-b12d83a20db8c3b7bcf5d94d0ae19ab28df3ca82.tar.gz libADLMIDI-b12d83a20db8c3b7bcf5d94d0ae19ab28df3ca82.tar.bz2 libADLMIDI-b12d83a20db8c3b7bcf5d94d0ae19ab28df3ca82.zip |
Merge branch 'split-midi-sequencer' for a future polishing of the change
Diffstat (limited to 'utils/midiplay/adlmidiplay.cpp')
-rw-r--r-- | utils/midiplay/adlmidiplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/midiplay/adlmidiplay.cpp b/utils/midiplay/adlmidiplay.cpp index be4c7ee..ded25ea 100644 --- a/utils/midiplay/adlmidiplay.cpp +++ b/utils/midiplay/adlmidiplay.cpp @@ -603,7 +603,7 @@ int main(int argc, char **argv) { std::fprintf(stdout, " - Loop is turned %s\n", loopEnabled ? "ON" : "OFF"); if(loopStart >= 0.0 && loopEnd >= 0.0) - std::fprintf(stdout, " - Has loop points: %10f ... %10f\n", loopStart, loopEnd); + std::fprintf(stdout, " - Has loop points: %s ... %s\n", loopStartHMS, loopEndHMS); std::fprintf(stdout, "\n==========================================\n"); flushout(stdout); |