Cleanup prev commit

This commit is contained in:
Howard Chu 2007-11-30 18:25:45 +00:00
parent b7f3bb05f5
commit 55f6387214

View File

@ -645,10 +645,7 @@ scale( int new, lutil_int_decnum *prev, unsigned char *tmp )
new += out[i];
out[i] = new & 0xff;
new >>= 8;
if (!new )
break;
}
i--;
prev->beg = prev->bufsiz + i;
prev->len = -i;
AC_MEMCPY( prev->buf+prev->beg, tmp+prev->beg, prev->len );