# HG changeset patch # User michael # Date 1117969790 0 # Node ID 694320ffdda0927f3d2fe01b61787a8b2c9fcf9a # Parent e277d8928f4988a7efc97e7ac3e98db879306e93 typo fix by (lists: kenneth aafloy net) diff -r e277d8928f49 -r 694320ffdda0 utils.c --- a/utils.c Fri Jun 03 14:05:41 2005 +0000 +++ b/utils.c Sun Jun 05 11:09:50 2005 +0000 @@ -1447,7 +1447,7 @@ } if (start_time != MAXINT64) { ic->start_time = start_time; - if (end_time != MAXINT64) { + if (end_time != MININT64) { ic->duration = end_time - start_time; if (ic->file_size > 0) { /* compute the bit rate */