diff options
| author | 2025-12-17 20:32:10 +0100 | |
|---|---|---|
| committer | 2025-12-17 20:32:23 +0100 | |
| commit | 4545928179837c75ab1357b77e5723a4fdb60b98 (patch) | |
| tree | 5d864232cda0ff32f1d53d7a5a01daeb53b90873 /io.c | |
| parent | 8b486bc9a1333d368538f91e046bf30f68798ce3 (diff) | |
nicer defaults and facilities for cross-compilation
Diffstat (limited to 'io.c')
| -rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1094,7 +1094,7 @@ fatal(const struct span *span, const char *fmt, ...) va_start(ap, fmt); vdiag(span, DGERROR, fmt, ap); va_end(ap); - efmt("Aborting due to previous error.\n"); + if (span) efmt("Aborting due to previous error.\n"); exit(1); } |