1
This commit is contained in:
parent
f0ba360bdc
commit
867867b5d6
@ -115,7 +115,7 @@ func (this *ListHead) ForEach(cb ListHead_Foreach_Func) {
|
|||||||
}
|
}
|
||||||
if cursor.next == oldN {
|
if cursor.next == oldN {
|
||||||
oldN.Del()
|
oldN.Del()
|
||||||
cursor.prev.AddHead(oldN)
|
cursor.AddTail(oldN)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user