Skip to content

Commit f9906f3

Browse files
author
phoebe
authored
math.big: fix inner deprecated binary_str use (#18911)
1 parent 09d743a commit f9906f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vlib/math/big/integer.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ pub fn (integer Integer) radix_str(radix u32) string {
803803
}
804804
return match radix {
805805
2 {
806-
integer.binary_str()
806+
integer.bin_str()
807807
}
808808
16 {
809809
integer.hex()

0 commit comments

Comments
 (0)