From cbe482d1a53bc9d03f699e5163b6d8c1aea9ed92 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Tue, 24 Sep 2024 16:22:57 -0500 Subject: [PATCH] Fixed list over-run in UI. --- ports/f256/build.sh | 2 +- src/ui.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/f256/build.sh b/ports/f256/build.sh index 8873c81..1bae6ef 100755 --- a/ports/f256/build.sh +++ b/ports/f256/build.sh @@ -29,7 +29,7 @@ F256=$(pwd)/../../../f256 LLVM=${F256}/llvm-mos PATH=${LLVM}/bin:${PATH} -CLANG="mos-f256k-clang -I${F256}/include -I../../../include -I${F256}/f256lib -Os" +CLANG="mos-f256-clang -I${F256}/include -I../../../include -I${F256}/f256lib -Os" [[ -d .builddir ]] && rm -rf .builddir mkdir -p .builddir diff --git a/src/ui.c b/src/ui.c index 27121cd..5a2ace5 100644 --- a/src/ui.c +++ b/src/ui.c @@ -215,7 +215,7 @@ void uiGameSelect(char *path) { g = g->next; } // Draw list and selector. - for (i=0; i