| author | |
| committer | |
| log | 7875649c2481f90b918581670c9268d6033f873f |
| tree | 271acaac56f81ba8205fbd1e51a6dc8f05e05351 |
| parent | 129a4fb251f8eab22eacf219fbf81006baec3251 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/pdb.zig+1-1| ... | ... | @@ -469,7 +469,7 @@ pub const Pdb = struct { |
| 469 | 469 | |
| 470 | 470 | msf: Msf, |
| 471 | 471 | |
| 472 | pub fn openFile(self: *Pdb, coff_ptr: *coff.Coff, file_name: []u8) !void { | |
| 472 | pub fn openFile(self: *Pdb, coff_ptr: *coff.Coff, file_name: []const u8) !void { | |
| 473 | 473 | self.in_file = try fs.cwd().openFile(file_name, .{ .intended_io_mode = .blocking }); |
| 474 | 474 | self.allocator = coff_ptr.allocator; |
| 475 | 475 | self.coff = coff_ptr; |