From 2fa742c2c10c1d495a4428d94419e33bcf402199 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Fri, 4 Dec 2015 10:43:41 -0600 Subject: some tweaks to display in Demo Mode --- Layout/LayoutDemoSampling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Layout') diff --git a/Layout/LayoutDemoSampling.cpp b/Layout/LayoutDemoSampling.cpp index 08d74ff..14a4cf7 100644 --- a/Layout/LayoutDemoSampling.cpp +++ b/Layout/LayoutDemoSampling.cpp @@ -58,7 +58,7 @@ void LayoutDemoSampling::updateCountdown(uint32_t seconds) { // for some reason, there's a % character that gets displayed in the last column // add the extra spaces to wipe it out writeField(_fInfo, "No Free Channel ", true); - size = snprintf(buf, sizeof(buf), "%lu s", seconds); + size = snprintf(buf, sizeof(buf), "%lu s ", seconds); writeField(_fSw2, buf, size, true); } -- cgit v1.2.3