[aat/kerx] Add a TODO
This commit is contained in:
parent
0ef6ab25ab
commit
a3e29fd38f
|
@ -299,6 +299,7 @@ struct kerx
|
||||||
if (!(c->check_struct (this)))
|
if (!(c->check_struct (this)))
|
||||||
return_trace (false);
|
return_trace (false);
|
||||||
|
|
||||||
|
/* TODO: Something like `morx`s ChainSubtable should be done here instead */
|
||||||
const KerxTable *table = &StructAfter<KerxTable> (*this);
|
const KerxTable *table = &StructAfter<KerxTable> (*this);
|
||||||
if (!(table->sanitize (c)))
|
if (!(table->sanitize (c)))
|
||||||
return_trace (false);
|
return_trace (false);
|
||||||
|
|
Loading…
Reference in New Issue