Fix typo in jsonwrite
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
eaef3b600e
commit
90364fc3fa
@ -50,7 +50,7 @@ void write_parameter_value(std::ostream &f, const Property &value)
|
|||||||
if (value.size() == 32 && value.is_fully_def()) {
|
if (value.size() == 32 && value.is_fully_def()) {
|
||||||
f << stringf("%d", value.as_int64());
|
f << stringf("%d", value.as_int64());
|
||||||
} else {
|
} else {
|
||||||
f << get_string(value.as_string());
|
f << get_string(value.to_string());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user