File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 uses : actions/configure-pages@v5
2828 - uses : mlugg/setup-zig@v1
2929 with :
30- version : 0.14.0
30+ version : 0.15.0-dev.375+8f8f37fb0
3131 - run : make docs
3232 - name : Upload artifact
3333 uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change 2020 - name : Setup Zig
2121 uses : mlugg/setup-zig@v1
2222 with :
23- version : 0.14.0
23+ version : 0.15.0-dev.375+8f8f37fb0
2424
2525 - name : Run tests
2626 run : make test
Original file line number Diff line number Diff line change @@ -614,7 +614,7 @@ pub const Lua = opaque {
614614 return null ;
615615 } else {
616616 // ptr is null, allocate a new block of memory
617- const new_ptr = allocator_ptr .alignedAlloc (u8 , alignment , nsize ) catch return null ;
617+ const new_ptr = allocator_ptr .alignedAlloc (u8 , . fromByteUnits ( alignment ) , nsize ) catch return null ;
618618 return new_ptr .ptr ;
619619 }
620620 }
You can’t perform that action at this time.
0 commit comments