fixed reading boolean values

db4
Sascha Matzke 2009-05-01 14:03:29 +02:00
parent 3a94b8a908
commit ff6de8a262
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ M: bson-double element-data-read ( type -- double )
M: bson-boolean element-data-read ( type -- boolean )
drop
read-byte t = ;
read-byte 1 = ;
M: bson-date element-data-read ( type -- timestamp )
drop