Fix a small logic error in TBufferedTransport::borrowSlow.
authorDavid Reiss <dreiss@apache.org>
Fri, 9 May 2008 00:40:26 +0000 (00:40 +0000)
committerDavid Reiss <dreiss@apache.org>
Fri, 9 May 2008 00:40:26 +0000 (00:40 +0000)
commit47714584327a9a8240f28e8ef4493534a1d047ba
tree24bb6dd7e13bc8bf12964f0ee059ce0805c9e321
parent8df6c82aa751f65100b6b283dee205e251753aa8
Fix a small logic error in TBufferedTransport::borrowSlow.

Was using an unsigned int for a value that could be negative.

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