Skip to content

Commit

Permalink
Fixed bug in gridstore
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Amor Kvalheim committed Aug 14, 2010
1 parent bab8801 commit 9964253
Show file tree
Hide file tree
Showing 3 changed files with 2,074 additions and 2,075 deletions.
1 change: 0 additions & 1 deletion external-libs/bson/binary.cc
Expand Up @@ -38,7 +38,6 @@ Binary::~Binary() {}
Handle<Value> Binary::New(const Arguments &args) {
HandleScope scope;
Binary *binary;

if(args.Length() > 2) {
return VException("Argument must be either none, a string or a sub_type and string");
}
Expand Down

0 comments on commit 9964253

Please sign in to comment.