Merge branch 'mainstream'
[sliver-openvswitch.git] / tests / test-netflow.c
index e995852..392c6ec 100644 (file)
@@ -162,7 +162,7 @@ print_netflow(struct ofpbuf *buf)
     }
 
     if (buf->size) {
-        printf("%zu extra bytes after last record\n", buf->size);
+        printf("%"PRIu32" extra bytes after last record\n", buf->size);
     }
 }