Fixed a spelling error caught by lintian.
[awesomized/libmemcached] / libmemcached / protocol / ascii_handler.c
index c2fd6870d6929a2cc7b1b7c9fa25fcf7b3ceb771..6f5102b00badaf36c87a6b60c7ffe4b76163b49e 100644 (file)
@@ -386,7 +386,7 @@ static void process_delete(memcached_protocol_client_st *client,
   else
   {
     char msg[80];
-    snprintf(msg, sizeof(msg), "SERVER_ERROR: delete failed %u\r\n",(int)rval);
+    snprintf(msg, sizeof(msg), "SERVER_ERROR: delete failed %u\r\n",(uint32_t)rval);
     spool_string(client, msg);
   }
 }