]> xenbits.xensource.com Git - libvirt.git/commit
storage: Fix build on i686
authorJiri Denemark <jdenemar@redhat.com>
Tue, 28 Mar 2017 10:48:31 +0000 (12:48 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 28 Mar 2017 10:53:56 +0000 (12:53 +0200)
commitefb446e1b0ee51671063089c6988a7977098a800
tree5a9d409d573da2e6116d41bf5ef21d70b8132f62
parent0b483ddcb317670eddfa8f09849441d82da54478
storage: Fix build on i686

off_t is signed and it's size is the same as long only on 64b archs.
Thus it cannot be formatted as %lu.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/storage/storage_backend_logical.c