THRIFT-244. cpp: Fix TJSONProtocol::writeMessageBegin
authorDavid Reiss <dreiss@apache.org>
Thu, 15 Jan 2009 23:56:19 +0000 (23:56 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 15 Jan 2009 23:56:19 +0000 (23:56 +0000)
commit6713e1b126c8734ae9daafb4a63f76f26ca7fb7b
tree41428eef0cabfd059ede77d7ecb3bd52e622e9ff
parentafa80ea73d4cbf83afee807e5d9f9034fa177ade
THRIFT-244. cpp: Fix TJSONProtocol::writeMessageBegin

uint8_t is a character type, so lexical_cast doesn't convert it
to an integer representation.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@734862 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/protocol/TJSONProtocol.cpp