Fix ridiculous thinko in Time::operator{<,>}
authorCarl Hetherington <cth@carlh.net>
Mon, 22 Aug 2016 15:06:29 +0000 (16:06 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 22 Aug 2016 15:06:29 +0000 (16:06 +0100)
commitc178a9d89e489e37cd1db73c6b0d470616937966
tree78476fabe6dc23a47ea4bb1fafb0ba8d7d2294ba
parentfab8525a625f1ad65f2ddcfbf6ac6c7a99c36b0e
Fix ridiculous thinko in Time::operator{<,>}

Before this x < x and x > x were true.
src/dcp_time.cc
test/dcp_time_test.cc