Skip to content

Conversation

@djs55
Copy link

@djs55 djs55 commented Feb 5, 2015

The format string %lu is for unsigned long, whose width is architecture-
dependent. For fixed-width uint64_t, we should use PRIu64 from <inttypes.h>.

This fixes the build on 32-bit systems.

Signed-off-by: David Scott dave.scott@eu.citrix.com

The format string %lu is for unsigned long, whose width is architecture-
dependent. For fixed-width uint64_t, we should use PRIu64 from <inttypes.h>.

This fixes the build on 32-bit systems.

Signed-off-by: David Scott <dave.scott@eu.citrix.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant