From fd56e2eefd0e9d474b1a109c9db669a3203a5d1d Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Mon, 18 Jul 2016 17:07:11 -0300 Subject: [PATCH] Revert "Cosmetic change in paused message" This reverts commit ae7019db767c128bb7d116e84a086661233b2260. --- Changelog | 2 +- src/info.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 9cb0fcd..1cccaef 100644 --- a/Changelog +++ b/Changelog @@ -1,7 +1,7 @@ Stable versions --------------- -4.1.0 (20160717): +4.1.0 (20160716): - Requires libxmp 4.4 - Add option to force tracker emulation - Add option to use simulated Amiga mixers diff --git a/src/info.c b/src/info.c index 6f661a0..8c0e53e 100644 --- a/src/info.c +++ b/src/info.c @@ -216,7 +216,7 @@ void info_frame(struct xmp_module_info *mi, struct xmp_frame_info *fi, struct co print_time: if (ctl->pause) { - report(" [ PAUSED ]"); + report(" - PAUSED -"); } else { report("%3d:%02d:%02d.%d", (int)(time / (60 * 600)), (int)((time / 600) % 60),