From f5d1c963b9f49cc2f8dd09b4a595d90c4d4beb2d Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Sat, 29 Apr 2023 23:59:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4tips?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/atp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/arm11/atp.c b/source/arm11/atp.c index 2516dff..f98879e 100644 --- a/source/arm11/atp.c +++ b/source/arm11/atp.c @@ -206,7 +206,7 @@ static void set_paging( int top, int len ) unsigned current = top / CONTAINER_MAX_LINES; char buf[32]; ee_snprintf( buf, sizeof(buf), "页码:%d/%d", current+1, total ); - dynamic_tips( buf ); + if( total > 1 ) dynamic_tips( buf ); screen_clean(); }