diff -r 4dcda591af02 -r 0040d47658c6 NewInspectorList.st --- a/NewInspectorList.st Fri Oct 10 20:12:52 1997 +0200 +++ b/NewInspectorList.st Fri Oct 10 20:59:33 1997 +0200 @@ -201,7 +201,7 @@ "returns the instnace variable assigned to the index or nil in case of an invalid index. " - |idx nm| + |nm| (anIndex isNil or:[anIndex > instanceTypes size]) ifFalse:[ nm := instanceNames at:anIndex.