fix silly buglet
This commit is contained in:
parent
a9ac75934e
commit
6ca376c97c
1 changed files with 1 additions and 1 deletions
|
|
@ -396,7 +396,7 @@ def diff (set_spec)
|
||||||
iB += 1
|
iB += 1
|
||||||
inA = ! inA
|
inA = ! inA
|
||||||
inB = ! inB
|
inB = ! inB
|
||||||
inA != inB and eS += xA
|
inA != inB and eS += [ xA ]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue