Nicolas Cannasse %!s(int64=19) %!d(string=hai) anos
pai
achega
a61eb17cda
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/List.hx

+ 1 - 1
std/List.hx

@@ -91,7 +91,7 @@ class List<T> {
 					h = l[1];
 				else
 					prev[1] = l[1];
-				if( q == cur )
+				if( q == l )
 					q = prev;
 				length--;
 				return true;