| ... | @@ -469,7 +469,7 @@ pub const Pdb = struct { | ... | @@ -469,7 +469,7 @@ pub const Pdb = struct { |
| 469 | | 469 | |
| 470 | msf: Msf, | 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 | self.in_file = try fs.cwd().openFile(file_name, .{ .intended_io_mode = .blocking }); | 473 | self.in_file = try fs.cwd().openFile(file_name, .{ .intended_io_mode = .blocking }); |
| 474 | self.allocator = coff_ptr.allocator; | 474 | self.allocator = coff_ptr.allocator; |
| 475 | self.coff = coff_ptr; | 475 | self.coff = coff_ptr; |