Updated the ChangeLog and the .pod document indicating the changes I made to
[awesomized/libmemcached] / tests / udp.c
index 4c7050e213846b6bd5eac0a465ea7902a998117f..2fc178f07f15bfe9833c7967994467957b92b910 100644 (file)
@@ -22,8 +22,8 @@ void world_destroy(void *p);
 test_return set_test(memcached_st *memc)
 {
   memcached_return rc;
-  char *key= "foo";
-  char *value= "when we sanitize";
+  const char *key= "foo";
+  const char *value= "when we sanitize";
 
   rc= memcached_set(memc, key, strlen(key), 
                     value, strlen(value),