]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
r9898: Compilation warning on 64 bit machines was fixed.
authorDotan Barak <dotanb@mellanox.co.il>
Thu, 19 Oct 2006 13:08:19 +0000 (13:08 +0000)
committerSteve Wise <swise@opengridcomputing.com>
Thu, 19 Oct 2006 13:08:19 +0000 (13:08 +0000)
Signed-off-by: Dotan Barak <dotanb@mellanox.co.il>
examples/rping.c

index 828f547fd407b1b4bd6c6deb5d0eae3c8b3800fa..04413007a2f8992d9ad8a381ae7a490e1b55fb5f 100644 (file)
@@ -1025,7 +1025,7 @@ int main(int argc, char *argv[])
                        if ((cb->size < RPING_MIN_BUFSIZE) ||
                            (cb->size > (RPING_BUFSIZE - 1))) {
                                fprintf(stderr, "Invalid size %d "
-                                      "(valid range is %d to %d)\n",
+                                      "(valid range is %Zd to %d)\n",
                                       cb->size, RPING_MIN_BUFSIZE, RPING_BUFSIZE);
                                ret = EINVAL;
                        } else