diff options
Diffstat (limited to 'src/section/type.c')
| -rw-r--r-- | src/section/type.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/section/type.c b/src/section/type.c index f7bc712..4250a21 100644 --- a/src/section/type.c +++ b/src/section/type.c @@ -163,6 +163,7 @@ int section_type_check(const struct section *const s, struct nw_mod *const m, int section_type_push(FILE *const f, const struct nw_mod *const m, const varuint32 idx, struct retval *const out) { +#if 0 const long offset = m->sections.type; if (offset <= 0) @@ -177,4 +178,6 @@ int section_type_push(FILE *const f, const struct nw_mod *const m, } return run(f, 0, idx, out); +#endif + return -1; } |
