diff --git a/setup_mingw.cmd b/setup_mingw.cmd index c255515ad..843e5695e 100644 --- a/setup_mingw.cmd +++ b/setup_mingw.cmd @@ -68,11 +68,11 @@ rem MINGW_DIR is actually the internal directory name inside the zip / 7z file rem It needs to be updated whenever the toolchains are updated if "%ARCH%" == "ARM" ( if %BITS% == 64 ( - set URL="https://github.com/mstorsjo/llvm-mingw/releases/download/20240308/llvm-mingw-20240308-ucrt-aarch64.zip" - set MINGW_DIR=llvm-mingw-20240308-ucrt-aarch64 + set URL="https://github.com/mstorsjo/llvm-mingw/releases/download/20240320/llvm-mingw-20240320-ucrt-aarch64.zip" + set MINGW_DIR=llvm-mingw-20240320-ucrt-aarch64 ) else ( - set URL="https://github.com/mstorsjo/llvm-mingw/releases/download/20240308/llvm-mingw-20240308-ucrt-armv7.zip" - set MINGW_DIR=llvm-mingw-20240308-ucrt-armv7 + set URL="https://github.com/mstorsjo/llvm-mingw/releases/download/20240320/llvm-mingw-20240320-ucrt-armv7.zip" + set MINGW_DIR=llvm-mingw-20240320-ucrt-armv7 ) set MINGW_TEMP_FILE=temp.zip ) else ( diff --git a/source/qb64pe.bas b/source/qb64pe.bas index 22259c7cc..28c0f3a4e 100644 --- a/source/qb64pe.bas +++ b/source/qb64pe.bas @@ -230,7 +230,7 @@ IF MacOSX THEN BATCHFILE_EXTENSION = ".command" DIM inlinedatastr(0 TO 255) AS STRING FOR i = 0 TO 255 - inlinedatastr(i) = str2(i) + "," + inlinedatastr(i) = str2$(i) + "," NEXT