mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
No need to use f for print here
This commit is contained in:
@@ -2247,7 +2247,7 @@ arbitrary_precision_mathematics :: proc() {
|
||||
|
||||
cb := big.internal_count_bits(a)
|
||||
if print_name {
|
||||
fmt.printf(name)
|
||||
fmt.print(name)
|
||||
}
|
||||
if err != nil {
|
||||
fmt.printf(" (Error: %v) ", err)
|
||||
|
||||
Reference in New Issue
Block a user