X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fdump.cc;h=d5aa292ae62104542e3abb1406581289b321d8e2;hb=f604664b5fe098d3e22497896921c7dee5dcccd3;hp=18c159748bdd1e70d24e5fd78f6fd4ac285cdc3f;hpb=ae6bc7501efd5aeaaee92dabe2da0ec2d1625c5b;p=awesomized%2Flibmemcached diff --git a/libmemcached/dump.cc b/libmemcached/dump.cc index 18c15974..d5aa292a 100644 --- a/libmemcached/dump.cc +++ b/libmemcached/dump.cc @@ -51,7 +51,7 @@ static memcached_return_t ascii_dump(memcached_st *ptr, memcached_dump_fn *callb string_ptr= buffer; string_ptr+= 5; /* Move past ITEM */ - for (end_ptr= string_ptr; isgraph(*end_ptr); end_ptr++); + for (end_ptr= string_ptr; isgraph(*end_ptr); end_ptr++) {} ; key= string_ptr; key[(size_t)(end_ptr-string_ptr)]= 0; for (callback_counter= 0; callback_counter < number_of_callbacks; callback_counter++)