Commit 3b7a7f4
authored
[sanitizer] Add missing newlines to __sanitizer_set_report_path() error messages (llvm#98626)
"Can't open file:" and "Can't create directory:" are lacking a newline.1 parent 7232763 commit 3b7a7f4
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
0 commit comments