mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
[internal] Tiny changes that will eventually make it easier to update zig
This commit is contained in:
@@ -395,7 +395,7 @@ inline fn eqlComptimeCheckLen(a: string, comptime b: anytype, comptime check_len
|
||||
if (comptime b_ptr == b.len) return true;
|
||||
}
|
||||
|
||||
if ((comptime ( len & 1) != 0) and a[b_ptr] != comptime b[b_ptr]) return false;
|
||||
if ((comptime (len & 1) != 0) and a[b_ptr] != comptime b[b_ptr]) return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user