]> arthur.barton.de Git - bup.git/commit
Remove vestigial and inappropriate isnan()/isinf() timestamp tests.
authorRob Browning <rlb@defaultvalue.org>
Sat, 28 Dec 2013 18:18:51 +0000 (12:18 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sat, 28 Dec 2013 18:44:07 +0000 (12:44 -0600)
commit89d566d25553b0256844bdacd494d7f27f0d45e3
tree4dcf9d54afe6e2dcfda643425b7d75145e33851e
parentbe300ec31e640b35a19d8ccb6b43dd3471054354
Remove vestigial and inappropriate isnan()/isinf() timestamp tests.

I'm fairly sure this is an historical accident, but regardless, remove
the (my) obviously inappropriate floating point tests on integer
values from bup_parse_xutime_args().  Nothing to see here -- move
along.

I've broken this change out from a larger post-0.25 patch, where I'd
already fixed it, so that it'll be easy to pull into stable if we
like.

Thanks to Ed Maste <carpeddiem@gmail.com> for reporting the problem
(which prompted me to go ahead and create the separate fix).

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/_helpers.c