Bugfix: Bitlength always decimal in XML.

This commit is contained in:
Florian Pose 2008-06-18 13:44:43 +00:00
parent 0ef150c812
commit 6b2c9f27ef
1 changed files with 1 additions and 1 deletions

View File

@ -1461,7 +1461,7 @@ void Master::generateSlaveXml(uint16_t slavePosition)
cout
<< " <BitLen>"
<< (unsigned int) entry.bit_length
<< dec << (unsigned int) entry.bit_length
<< "</BitLen>" << endl;
if (entry.index) {