Skip to content

Commit 1289fae

Browse files
Fixed incorrect initialiser value
1 parent b370e7c commit 1289fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/json.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class json_truet:public jsont
206206
class json_falset:public jsont
207207
{
208208
public:
209-
json_falset():jsont(J_TRUE) { }
209+
json_falset():jsont(J_FALSE) { }
210210
};
211211

212212
class json_nullt:public jsont

0 commit comments

Comments
 (0)