Revert "Cosmetic change in paused message"

This reverts commit ae7019db76.
master
Claudio Matsuoka 10 years ago
parent ae7019db76
commit fd56e2eefd
  1. 2
      Changelog
  2. 2
      src/info.c

@ -1,7 +1,7 @@
Stable versions Stable versions
--------------- ---------------
4.1.0 (20160717): 4.1.0 (20160716):
- Requires libxmp 4.4 - Requires libxmp 4.4
- Add option to force tracker emulation - Add option to force tracker emulation
- Add option to use simulated Amiga mixers - Add option to use simulated Amiga mixers

@ -216,7 +216,7 @@ void info_frame(struct xmp_module_info *mi, struct xmp_frame_info *fi, struct co
print_time: print_time:
if (ctl->pause) { if (ctl->pause) {
report(" [ PAUSED ]"); report(" - PAUSED -");
} else { } else {
report("%3d:%02d:%02d.%d", report("%3d:%02d:%02d.%d",
(int)(time / (60 * 600)), (int)((time / 600) % 60), (int)(time / (60 * 600)), (int)((time / 600) % 60),

Loading…
Cancel
Save