Merge branch 'master' of dice:git/vm

This commit is contained in:
Joel Dice 2007-12-14 18:11:25 -07:00
commit 924a588cdf

View File

@ -95,7 +95,6 @@ public class StringBuilder {
flush();
int index = length;
Cell p = null;
for (Cell c = chain; c != null; c = c.next) {
int start = index - c.value.length();
index = start;