gopher-lua icon indicating copy to clipboard operation
gopher-lua copied to clipboard

Expand fopen modes

Open 0x501D opened this issue 1 year ago • 0 comments

Flags: r+b, w+b, a+b are valid and works in C lua implementation.

Gopher-lua throws an error: bad argument #2 to open (invalid option: r+b (must be one of r,rb,w,wb,a,ab,r+,rb+,w+,wb+,a+,ab+))

0x501D avatar Sep 29 '23 10:09 0x501D