Defects Index  | Documentation Table of Contents 


99/06/01 DEFECT IN PROGRAM bei


SYMPTOM: Program returned the wrong common min time for files which spanned more than one day.
PROBLEM: bei does a search backwards to from the end to find the minimum common time. When the data spanned a day boundary, the integer part of the time was not being updated/reduced so the program would essentially search back to the beginning of the last day and stop searching
CORRECTION: bei.c: correct update of integer time variables when spanning a day.
FOUND BY: M Morrison 99/05/26
FIXED BY: Steve Hilla 99/06/01

VERSION: 9906.01
SOURCE: /g1/HPUX.10/Src/Bei
EXECUTABLE: /ngslib/hpux/bin
NOTES:



990601.bei
June 25, 1999
Steve Hilla