dnd: Use %zd in the format string for size_t types
authorDamien Lespiau <damien.lespiau@intel.com>
Fri, 26 Oct 2012 00:15:44 +0000 (01:15 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 29 Oct 2012 20:28:19 +0000 (16:28 -0400)
commit4df7e27055aaf1fbcc8ea6c4cc29a1facfcad62a
tree64cff9f046ce1814b83896071d39983dabe6e7cf
parentaac8693cf3f4c78a1b58d20dcba9398ee1c33f91
dnd: Use %zd in the format string for size_t types

len i size_t, so is the result of the sizeof operator.
clients/dnd.c