Skip to content
Snippets Groups Projects
Commit 10595e7e authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Fix typo in dec to bin conversion

parent 1ddc0fcc
No related branches found
No related tags found
No related merge requests found
......@@ -755,7 +755,7 @@ lutil_str2bin( struct berval *in, struct berval *out )
scale( l, &num, tmp );
pin += chunk;
len -= chunk;
chunk = HEXMAX;
chunk = DECMAX;
}
if ( num.beg )
AC_MEMCPY( num.buf, num.buf+num.beg, num.len );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment