mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
More deprecations in lib6, and updates to lib7
This commit is contained in:
@@ -531,7 +531,7 @@ fn String BigInt.to_string_with_radix(&self, int radix, Allocator allocator)
|
||||
{
|
||||
BigInt a = *self;
|
||||
DString str;
|
||||
str.new_init(4096, allocator: mem);
|
||||
str.init(mem, 4096);
|
||||
bool negative = self.is_negative();
|
||||
if (negative)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user