Merge commit 'refs/top-bases/linux-docs' into linux-docs
This commit is contained in:
commit
f9c8264ee6
|
@ -141,7 +141,7 @@ nvlist_print_with_indent(FILE *fp, nvlist_t *nvl, int depth)
|
||||||
case DATA_TYPE_DOUBLE: {
|
case DATA_TYPE_DOUBLE: {
|
||||||
double val;
|
double val;
|
||||||
(void) nvpair_value_double(nvp, &val);
|
(void) nvpair_value_double(nvp, &val);
|
||||||
(void) fprintf(fp, " 0x%llf", val);
|
(void) fprintf(fp, " %f", val);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case DATA_TYPE_STRING: {
|
case DATA_TYPE_STRING: {
|
||||||
|
|
Loading…
Reference in New Issue