dds-bridge/dds

test/print.cpp equals_to_string function

tucsu opened this issue · 1 comments

tucsu commented

It seems for me, that line 101
if (equals & dbitMapRank[i])
is not correct. Probably
if ((equals >> 2 )& dbitMapRank[i])
is correct

Thanks. Fixed in next release.