gopher-lua
gopher-lua copied to clipboard
Expand fopen modes
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+))