<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -168,7 +168,7 @@ var _sprintf_justify = function(sign, prefix, string, suffix, width, leftJustify
 
 var _sprintf_pad = function(n, ch)
 {
-    return Array(MAX(0,n)).join(ch);
+    return Array(MAX(0,n)+1).join(ch);
 }
 
 // Base64 encoding and decoding</diff>
      <filename>Objective-J/utilities.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eeae653c9416d2a616c958f1c1b47715765d6573</id>
    </parent>
  </parents>
  <author>
    <name>Tom Robinson</name>
    <email>tom@280north.com</email>
  </author>
  <url>http://github.com/280north/cappuccino/commit/e8b1ff88461f8b4eb303e5435079f00b40159af2</url>
  <id>e8b1ff88461f8b4eb303e5435079f00b40159af2</id>
  <committed-date>2009-11-02T00:37:40-08:00</committed-date>
  <authored-date>2009-11-02T00:37:40-08:00</authored-date>
  <message>Another Array().join() trick off-by-one bug.</message>
  <tree>fafdb988f5de937be986823ed8d7a66435f61270</tree>
  <committer>
    <name>Tom Robinson</name>
    <email>tom@280north.com</email>
  </committer>
</commit>
