]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
FFI: Fix ffi.abi("pauth").
authorMike Pall <mike>
Mon, 25 Sep 2023 14:56:17 +0000 (16:56 +0200)
committerMike Pall <mike>
Mon, 25 Sep 2023 14:56:17 +0000 (16:56 +0200)
Thanks to Peter Cawley. #1098

src/lib_ffi.c

index 6dee2e7426b7542d5c1cbe05d44b9f750411bf2d..ba78317381ed87f8c0e52390ca58b86f9fa1dbbf 100644 (file)
@@ -746,7 +746,7 @@ LJLIB_CF(ffi_abi)   LJLIB_REC(.)
     "\003win"
 #endif
 #if LJ_ABI_PAUTH
-    "\007pauth"
+    "\005pauth"
 #endif
 #if LJ_TARGET_UWP
     "\003uwp"