Skip to content

Commit

Permalink
Merge pull request #74 from kdlan/master
Browse files Browse the repository at this point in the history
Resolve LIBZMQ-477
  • Loading branch information
hurtonm committed Dec 4, 2012
2 parents ff4ee7b + 8944e3b commit b406466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uuid.cpp
Expand Up @@ -230,7 +230,7 @@ unsigned char zmq::uuid_t::convert_byte (char *hexa_)

void zmq::uuid_t::create_blob ()
{
char *buf = new char; buf = reinterpret_cast<char*>(string_buf);
char *buf = reinterpret_cast<char*>(string_buf);

#ifdef UNICODE // we need to jump twice as far.
blob_buf [0] = convert_byte (buf + 0);
Expand Down

0 comments on commit b406466

Please sign in to comment.