flight compiling
This commit is contained in:
parent
37e8ff83f0
commit
fd52dbaf50
@ -91,7 +91,7 @@ struct flights flights(/*const*/ struct journal *const j) {
|
||||
const char *v;
|
||||
assert(j);
|
||||
f._ = flight_tree();
|
||||
it = journal_begin(j);
|
||||
it = journal_iterator(j);
|
||||
while(journal_next(&it, &k, &v)) if(!scan(k, v, &f)) goto catch;
|
||||
goto finally;
|
||||
catch:
|
||||
|
Loading…
Reference in New Issue
Block a user