This commit is contained in:
Neil 2023-04-26 14:58:23 -07:00
parent fbf6714d21
commit 15ff68e285
1 changed files with 2 additions and 2 deletions

View File

@ -446,8 +446,8 @@ void scan_glider_graph(struct scan *const scan) {
date32_to_string(line.date, &datestr);
const struct source *src = source_lookup(scan, line);
assert(src);
if(!src->name.a) { fprintf(stderr, "Glider has no source at %s.\n",
datestr); continue; }
if(!src->name.a) { fprintf(stderr,
"Glider has no source at %s; ignoring.\n", datestr); continue; }
printf("%s, ", datestr);
printf("%.*s, %" PRIu32 ", %" PRIu32,
(int)(glider->reg.b - glider->reg.a), glider->reg.a,