From 4f7f4f4a516c99db4b139cbf8ce14a0812225cec Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Tue, 5 Feb 2013 17:09:25 -0500 Subject: [PATCH] TimingData: update misleading comment --- src/TimingData.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TimingData.cpp b/src/TimingData.cpp index 85d47e6ef0..fca50a6cbf 100644 --- a/src/TimingData.cpp +++ b/src/TimingData.cpp @@ -157,8 +157,8 @@ int TimingData::GetSegmentIndexAtRow(TimingSegmentType tst, int iRow ) const } } - return INVALID_INDEX; // this should not be reached. :( - + // iRow is before the first segment of type tst + return INVALID_INDEX; } struct ts_less : binary_function