Skip to content

Commit

Permalink
Trying newer version of tempfile crate
Browse files Browse the repository at this point in the history
  • Loading branch information
sebosp committed Dec 25, 2024
1 parent cfe1390 commit d6e3791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alacritty/src/panic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub fn attach_handler() {
let msg = format!("{}\n\nPress Ctrl-C to Copy", panic_info);
unsafe {
MessageBoxW(
0isize,
std::ptr::null_mut(),
win32_string(&msg).as_ptr(),
win32_string("Alacritty: Runtime Error").as_ptr(),
MB_ICONERROR | MB_OK | MB_SETFOREGROUND | MB_TASKMODAL,
Expand Down

0 comments on commit d6e3791

Please sign in to comment.