From 405454d5f5e1d4fc4806ef95ac9e4e4c4c89dee6 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Wed, 18 Jan 2023 13:54:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=BC=96=E8=AF=91=E7=9A=84?= =?UTF-8?q?=E8=AF=AD=E6=B3=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 f060b28..69b4edb 100644 --- a/source/arm11/filebrowser.c +++ b/source/arm11/filebrowser.c @@ -277,7 +277,7 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a } else if( x ) { - void *dat[2] = data; + void* *dat = (void **)data; DirList const *dList = (DirList*)dat; char *path = (char*)(dat+1);