Change xml submodule pointer.

develop
Alexander Gavrilov 2012-05-08 19:08:34 +04:00
parent 191071beb6
commit d6813c7690
2 changed files with 2 additions and 2 deletions

@ -290,7 +290,7 @@ function insert_sorted(vector,item,field,cmp)
end
-- Binary search, then insert or overwrite
function insert_or_replace(vector,item,field,cmp)
function insert_or_update(vector,item,field,cmp)
local added,cur,pos = insert_sorted(vector,item,field,cmp)
if not added then
vector[pos] = item

@ -1 +1 @@
Subproject commit 5707a6aa0c035348c8769058ed77b320f9b1436c
Subproject commit b684cb6a5ae02d33534367cfe54c861c50a41ceb