mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-16 09:09:07 -05:00
Cleanup prev commit
This commit is contained in:
parent
b7f3bb05f5
commit
55f6387214
1 changed files with 0 additions and 3 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue