OSDN Git Service

obexd/MAP: Fix invalid snprintf format string in map_msg_get()
authorSzymon Janc <szymon.janc@tieto.com>
Fri, 4 Oct 2013 07:01:25 +0000 (09:01 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 4 Oct 2013 07:33:13 +0000 (10:33 +0300)
commitc1ab9163423184fb601ff08fbc3224b27d433157
tree38813d94362c708ddae3179413a2aecd490b059e
parent603eb343cf3e0b3989eedd5bf6202a5f2831cffe
obexd/MAP: Fix invalid snprintf format string in map_msg_get()

obexd/client/map.c: In function ‘map_msg_get’:
obexd/client/map.c:446:2: warning: format ‘%u’ expects argument of type
     ‘unsigned int’, but argument 4 has type ‘uint64_t’ [-Wformat]
obexd/client/map.c:446:2: warning: format ‘%u’ expects argument of type
     ‘unsigned int’, but argument 4 has type ‘uint64_t’ [-Wformat]
obexd/client/map.c