From: Christian Grothoff Date: Sun, 18 Oct 2009 19:17:50 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~23345 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=79133b5a971cf4be81beb40b840993c93fbf27a5;p=oweals%2Fgnunet.git fix --- diff --git a/src/util/time.c b/src/util/time.c index 6d67363a8..90351138a 100644 --- a/src/util/time.c +++ b/src/util/time.c @@ -277,7 +277,7 @@ struct GNUNET_TIME_Relative GNUNET_TIME_calculate_eta (struct GNUNET_TIME_Absolu double exp; struct GNUNET_TIME_Relative ret; - GNUNET_break (finished > total); + GNUNET_break (finished <= total); if (finished >= total) return GNUNET_TIME_UNIT_ZERO; if (finished == 0)