fix: Decode Faaaaaast
This commit is contained in:
parent
a85a352c66
commit
548c9ee1d9
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ fn decode(allocator: std.mem.Allocator, b64string: []const u8) ![]u8 {
|
|||
|
||||
defer allocator.free(decoded);
|
||||
|
||||
decoder.decode(decoded, b64string) catch |err| {
|
||||
decoder.decodeFast(decoded, b64string) catch |err| {
|
||||
return err;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue