From: Trond Norbye Date: Thu, 16 Apr 2009 19:16:03 +0000 (+0200) Subject: Increase the size of the buffer for the version string X-Git-Tag: 0.29~19 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=1d8182bbec377e0f4115811587f76396c59ea197;p=awesomized%2Flibmemcached Increase the size of the buffer for the version string --- diff --git a/libmemcached/memcached.h b/libmemcached/memcached.h index 7f8a4a1f..91c73d7e 100644 --- a/libmemcached/memcached.h +++ b/libmemcached/memcached.h @@ -34,7 +34,7 @@ extern "C" { #endif /* These are Private and should not be used by applications */ -#define MEMCACHED_VERSION_STRING_LENGTH 12 +#define MEMCACHED_VERSION_STRING_LENGTH 24 /* string value */ struct memcached_continuum_item_st {