Minor: Added missing setfill().
authorFlorian Pose <fp@igh-essen.com>
Fri, 08 May 2009 13:35:06 +0000
changeset 1463 37361de7b34e
parent 1462 1b87b23d0b0e
child 1464 be932bb417b8
Minor: Added missing setfill().
tool/CommandSlaves.cpp
--- a/tool/CommandSlaves.cpp	Fri May 08 07:16:30 2009 +0000
+++ b/tool/CommandSlaves.cpp	Fri May 08 13:35:06 2009 +0000
@@ -335,7 +335,7 @@
             list<string>::const_iterator protoIter;
 
             cout << "Mailboxes:" << endl
-               << "  Bootstrap RX: 0x"
+                << "  Bootstrap RX: 0x" << setfill('0')
                 << hex << setw(4) << si->boot_rx_mailbox_offset << "/"
                 << dec << si->boot_rx_mailbox_size
                 << ", TX: 0x"