Fix compiler warning
authorTrond Norbye <trond.norbye@sun.com>
Tue, 19 Aug 2008 21:13:23 +0000 (23:13 +0200)
committerTrond Norbye <trond.norbye@sun.com>
Tue, 19 Aug 2008 21:13:23 +0000 (23:13 +0200)
commit2207cb22d3023c1d49abbc06c768cb724f5c7a4d
tree369efe9b1335d321d0f560c6c9d67655e642e0cc
parent02ae3ecdfd79331f8ab7751eca657d65ec752b0d
Fix compiler warning

Cast the pointer to the uint64_t where the result should be stored to a char
pointer (memcached_response expects char pointer).
libmemcached/memcached_auto.c