# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1241789706 0
# Node ID 37361de7b34eb2f6b56551b0d17f079cdcdc9b31
# Parent  1b87b23d0b0e060588fdbf0b72449d709bd645a2
Minor: Added missing setfill().

diff -r 1b87b23d0b0e -r 37361de7b34e 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"