Blue Swirl <blauwir...@gmail.com> wrote:
> On Thu, Jun 28, 2012 at 7:22 PM, Juan Quintela <quint...@redhat.com> wrote:
>> We split it into 2 functions, foo_live_iterate, and foo_live_complete.
>> At this point, we only remove the bits that are for the other stage,
>> functionally this is equivalent to previous code.
>>
>> Signed-off-by: Juan Quintela <quint...@redhat.com>
>
> %ld is not correct format for uint64_t, please use PRId64.

Thanks changed.  It was wrong to start with, because it should have been
%lu, and then changed all users to PRIu64.  Notice that this patch moved
code, so I changed it previously on the series.

Later, Juan.


Reply via email to