Update to zig master (0d92bd474)
This commit is contained in:
parent
09e3be69a8
commit
6b4d313f9b
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ const RamdiskStep = struct {
|
|||
out_file_path: []const u8,
|
||||
|
||||
/// The possible errors for creating a ramdisk
|
||||
const Error = (error{EndOfStream} || File.ReadError || File.GetPosError || Allocator.Error || File.WriteError || File.OpenError);
|
||||
const Error = (error{EndOfStream} || File.ReadError || File.SeekError || Allocator.Error || File.WriteError || File.OpenError);
|
||||
|
||||
///
|
||||
/// Create and write the files to a raw ramdisk in the format:
|
||||
|
|
Loading…
Reference in a new issue