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(); }