diff --git a/DumpTruck/DumpTruck/SetGeneric.cs b/DumpTruck/DumpTruck/SetGeneric.cs index 44a705f..974765c 100644 --- a/DumpTruck/DumpTruck/SetGeneric.cs +++ b/DumpTruck/DumpTruck/SetGeneric.cs @@ -50,7 +50,7 @@ namespace DumpTruck.Generics return null; if (_places[position] != null) { - int indexEnd = position; + int indexEnd = position + 1; while (_places[indexEnd] != null) { indexEnd++;