Re: [ANN] Lua 5.3.0 (work2) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (work2) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2014年6月19日 11:43:40 -0300
> - lua_pushnumber(L, difftime((l_checktime(L, 1)), (l_checktime(L, 2))));
> + lua_pushinteger(L, difftime((l_checktime(L, 1)), (l_checktime(L, 2))));
difftime returns double.