From 4d97f9c0212be415786a5ed744de626d0ae324de Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Sat, 11 Mar 2023 11:16:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E6=97=A5=E5=BF=97=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/filebrowser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/arm11/filebrowser.c b/source/arm11/filebrowser.c index 4156ab3..1697e46 100644 --- a/source/arm11/filebrowser.c +++ b/source/arm11/filebrowser.c @@ -599,7 +599,7 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a } else { char errorstr[64]; - WAIT_ON_ACT( disp_str( ee_snprintf(errorstr, 64, "返回错了:%d", res) ) ); + WAIT_ON_ACT( disp_str( ee_snprintf(errorstr, 64, "返回错了:%d", res), 1, NULL ) ); break; } }