Re: [PATCH 4/4] - Replace uses of old get_range_strlen with the new one.

2018-10-10 Thread Jeff Law
On 10/2/18 10:37 AM, Martin Sebor wrote: > [4/4] - Replace uses of old get_range_strlen with the new one. > > This change switches the remaining get_range_strlen() callers > to use the new overload of the function that takes a strlen_data_t > argument.  There are no functional changes here. > >

[PATCH 4/4] - Replace uses of old get_range_strlen with the new one.

2018-10-02 Thread Martin Sebor
[4/4] - Replace uses of old get_range_strlen with the new one. This change switches the remaining get_range_strlen() callers to use the new overload of the function that takes a strlen_data_t argument. There are no functional changes here. [4/4] - Replace uses of old get_range_strlen with the