Unverified Commit 372843cb authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

fix stopfinder. oops.

parent 4a3feb4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -492,7 +492,7 @@ sub similar_stops {
			$self->{errstr} = $err;
			return;
		}
		return $self->results;
		return $sf->results;
	}
	return;
}