mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-14 06:55:50 +02:00
c: msgpack_pack_object
This commit is contained in:
@@ -84,7 +84,6 @@ struct fwriter {
|
||||
void write(const char* buf, size_t buflen)
|
||||
{
|
||||
size_t count = fwrite(buf, buflen, 1, m_fp);
|
||||
//if(fwrite(buf, buflen, 1, m_fp) < 1) {
|
||||
if(count < 1) {
|
||||
std::cout << buflen << std::endl;
|
||||
std::cout << count << std::endl;
|
||||
|
Reference in New Issue
Block a user