Skip to content
Snippets Groups Projects
Commit 795cf1f1 authored by dg's avatar dg
Browse files

erf

git-svn-id: http://svn.net-core.org/repos/t-engine4@5297 51575b47-30f0-44d4-a5cc-537603b46e54
parent 993baa96
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,6 @@ local function clonerecursfull(clonetable, d)
if clonetable[e] then ne = clonetable[e]
elseif type(e) == "table" and (type(k) ~= "string" or k ~= "__threads") then ne, add = clonerecursfull(clonetable, e) nb = nb + add
end
if tostring(nk) == "nan" and type(nk) ~= "string" then nk = "__nan_bug" end
n[nk] = ne
k, e = next(d, k)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment