Signed-off-by: Jan Friesse <[email protected]>
---
 tools/corosync-fplay.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/corosync-fplay.c b/tools/corosync-fplay.c
index 57e6f97..a1aedd9 100644
--- a/tools/corosync-fplay.c
+++ b/tools/corosync-fplay.c
@@ -502,8 +502,8 @@ int main (void)
        }
 
        if (n_read != n_required) {
-               printf ("Warning: read %lu bytes, but expected %lu\n",
-                       (unsigned long) n_read, (unsigned long) n_required);
+               printf ("Warning: read %zd bytes, but expected %zu\n",
+                       n_read, n_required);
        }
 
        rec_idx = flt_data[FDTAIL_INDEX];
-- 
1.6.2.5

_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to