We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d722b6e + cd0b597 commit a2a3ee1Copy full SHA for a2a3ee1
build.zig
@@ -504,7 +504,7 @@ pub const InitializeDiskStep = struct {
504
505
const stat = try file.stat();
506
if (stat.size > max_length) {
507
- var realpath_buffer: [std.fs.MAX_PATH_BYTES]u8 = undefined;
+ var realpath_buffer: [std.fs.max_path_bytes]u8 = undefined;
508
std.log.err("{s}: The file '{!s}' exceeds the size of the container. The file is {:.2} large, while the container only allows for {:.2}.", .{
509
context,
510
dir.realpath(path, &realpath_buffer),
0 commit comments