From 29d74ba72c8ba70d735ff09ddd4dc2625db5e7f8 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Sun, 30 Apr 2023 00:12:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9tips?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/atp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/arm11/atp.c b/source/arm11/atp.c index 9c968f0..0c3ebb3 100644 --- a/source/arm11/atp.c +++ b/source/arm11/atp.c @@ -151,7 +151,7 @@ static void container_paint( atp_lineprovider_t provider, atp_callerdata_t data, atp_error_t atp_show( atp_counter_t cnt, atp_lineprovider_t provider, atp_callerdata_t data ) { int idx_top = 0; - dynamic_tips(""); + dynamic_tips(" "); screen_clean(); container_paint( provider, data, cnt, idx_top ); @@ -207,7 +207,7 @@ static void set_paging( int top, int len ) char buf[32]; ee_snprintf( buf, sizeof(buf), "页码:%d/%d", current+1, total ); if( total > 1 ) dynamic_tips( buf ); - else dynamic_tips(""); + else dynamic_tips(" "); screen_clean(); }