[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: os.execute bug on Windows when the program returns -1
- From: Kubo Takehiro <kubo@...>
- Date: Sun, 6 May 2018 23:51:42 +0900
On Sun, May 6, 2018 at 11:41 PM, Kubo Takehiro <kubo@jiubao.org> wrote:
> I uploaded three patched files to the same location.
> https://gist.github.com/kubo/28a8a3c66858f6126ffc28f363c9e55f
>
> Click the [Download ZIP] button at the upper right corner.
Sorry, I uploaded incorrect file.
If the line 278 of lauxlib.c is "&& errno == 0", download the file
again or replace == with !=.