[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Silent change to string.pack("cn",...) between 5.3.1 and 5.3.2
- From: Daurnimator <quae@...>
- Date: Fri, 8 Apr 2016 13:58:02 +1000
On 7 April 2016 at 13:34, Duane Leslie <parakleta@darkreality.org> wrote:
> LUA_PACKPADBYTE (not necessarily '\0')
>
> The padding option is definitely convenient but I dislike padding with LUA_PACKPADBYTE rather than '\0'
LUA_PACKPADBYTE *is* defined as '\0'.
If you're defining it to something else, don't complain that it's different....