lib: fixed stream output bug in HexDumpParser
commit2b7173c4cd802b26ef707c60315887c104c023fd
authorChris Frey <cdfrey@foursquare.net>
Fri, 24 Dec 2010 00:18:47 +0000 (23 19:18 -0500)
committerChris Frey <cdfrey@foursquare.net>
Fri, 24 Dec 2010 00:35:11 +0000 (23 19:35 -0500)
tree7a16b58f4eeca88cad86d90f446569bbca18f768
parentdd2c8a04e02fe6a2a4dc9664d600b8a013ee5ab4
lib: fixed stream output bug in HexDumpParser

Outputting a uint8_t results in a char print instead of a numeric value.
src/parser.cc