diff options
-rw-r--r-- | src/tools/db-convert.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/db-convert.c b/src/tools/db-convert.c index 2c8493bf1..53ceda19e 100644 --- a/src/tools/db-convert.c +++ b/src/tools/db-convert.c @@ -554,6 +554,8 @@ int main(int argc, char *argv[]) } + fs << "MD NC " << nc->display << " channelfoundercount " << nc->channelcount << std::endl; + // Ignore memomax, it should be removed XXX /* SAFE(write_int8(1, f)); |