Lua: refactored lua_take_semaphore calls
- checking for success: if (result == 0) instead of if(!result) - checking whether "sem" was set: use assert (rather than giving the same error message as a semaphore timeout) --HG-- branch : lua_fix
Please register or sign in to comment