thin_metadata_size: use NOO_NUMBER whilst defining full bool
This commit is contained in:
@@ -320,7 +320,7 @@ static const unsigned mappings_per_block(void)
|
||||
|
||||
static void print_precision(struct global *g, double r, unsigned idx)
|
||||
{
|
||||
bool full = !g->options.n[NUMERIC];
|
||||
bool full = g->options.n[NUMERIC] == NO_NUMBER;
|
||||
double rtrunc = truncl(r);
|
||||
|
||||
if (full)
|
||||
|
Reference in New Issue
Block a user