Skip to content

Commit

Permalink
Merge branch 'master' of https://stijnsanders@github.com/stijnsanders…
Browse files Browse the repository at this point in the history
…/TMongoWire.git

Conflicts:
	bsonDoc.pas
  • Loading branch information
stijnsanders committed Jun 22, 2012
2 parents 72ad0ac + aae7eed commit 5d5a197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsonDoc.pas
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ procedure TBSONDocument.Set_Item(const Key: WideString; Value: OleVariant);
SetLength(FSorted,FElementSize);
end;
for i:=FElementIndex-1 downto FGotSorted do FSorted[i+1]:=FSorted[i];//Move?
FGotIndex:=FElementIndex;
FGotIndex:=FElementIndex;
inc(FElementIndex);
FSorted[FGotSorted]:=FGotIndex;
FElements[FGotIndex].Key:=Key;
Expand Down

0 comments on commit 5d5a197

Please sign in to comment.