<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -57,7 +57,8 @@ debugByteString b = B.foldr mapfun [] b
 			      upperFour w = fromIntegral w `shiftR` 4
 			      lowerFour w = fromIntegral w .&amp;. 0xF
 			      charToHex c = toUpper (intToDigit c)
-			      mapfun w str = &quot;0x&quot; ++ (wordToHex w) ++ &quot;(&quot; ++ (show w) ++ &quot;) &quot; ++ str
+			      mapfun w str = &quot;0x&quot; ++ (wordToHex w) ++ &quot;(&quot; ++ (pad w) ++ (show w) ++ &quot;) &quot; ++ str
+			      pad i = if i &lt; 10 then &quot;  &quot; else (if i &lt; 100 then &quot; &quot; else &quot;&quot;)
 
 -- | Helper that changes the result type of a function
 </diff>
      <filename>src/NXT/Helpers.hs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d700ae979a1f469c36f8bea15e1e71c0e68a0e90</id>
    </parent>
  </parents>
  <author>
    <name>Jan Varwig</name>
    <email>jan@varwig.org</email>
  </author>
  <url>http://github.com/janv/haskell-nxt/commit/c08209beb4a15098d850676296c7824c9ced6774</url>
  <id>c08209beb4a15098d850676296c7824c9ced6774</id>
  <committed-date>2008-10-05T14:37:54-07:00</committed-date>
  <authored-date>2008-10-05T13:56:09-07:00</authored-date>
  <message>Num padding in debugByteString</message>
  <tree>558282d720bf6630d0ad111e013856e0452c23aa</tree>
  <committer>
    <name>Jan Varwig</name>
    <email>jan@varwig.org</email>
  </committer>
</commit>
