Project

General

Profile

Bug #14788 ยป 0001-examples-librados-hello_world.cc-missing-semicolon.patch

Jesse Williamson, 02/17/2016 02:57 PM

View differences:

examples/librados/hello_world.cc
goto out;
} else {
std::cout << "we read our object " << object_name
<< ", and got back " << ret << " bytes with contents\n"
<< ", and got back " << ret << " bytes with contents\n";
std::string read_string;
read_buf.copy(0, ret, read_string);
std::cout << read_string << std::endl;
    (1-1/1)