forked from lix-project/lix
* Oops - "null" was displayed as "true".
This commit is contained in:
parent
c67eccc26d
commit
df50916e46
|
@ -39,7 +39,7 @@ std::ostream & operator << (std::ostream & str, const Value & v)
|
|||
str << v.path; // !!! escaping?
|
||||
break;
|
||||
case tNull:
|
||||
str << "true";
|
||||
str << "null";
|
||||
break;
|
||||
case tAttrs: {
|
||||
str << "{ ";
|
||||
|
|
Loading…
Reference in a new issue