lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Fixed the patch to make pclose actually return the correct value.  Previously it wasnt using the WEXITSTATUS macro so it was returning the return value of the program * 256.

lua-5.1-pclose-pushresult.patch

Mike Panetta