mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-21 12:00:35 +00:00
Fix ad hoc printf in test runner signal handler
This commit is contained in:
@@ -51,7 +51,7 @@ stop_test_callback :: proc "c" (sig: libc.int) {
|
||||
sigbuf[i] = cast(u8)('0' + m)
|
||||
i -= 1
|
||||
}
|
||||
sigstr = cast(string)sigbuf[i:]
|
||||
sigstr = cast(string)sigbuf[1 + i:len(sigbuf) - 1]
|
||||
}
|
||||
|
||||
advisory_a := `
|
||||
|
||||
Reference in New Issue
Block a user