[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
TimeUsed bug..
Looks like one tiny bug crept into the 2.2 release regarding the new
TimeUsed functionality, causing it to report bogus times. If you are
compiling your own source, you can just change line 127 of
src/ta_misc/random.cc as follows:
old: TimeUsed end;
new: TimeUsed end; end.rec = true;
the src.tar file is updated on the ftp sites with this change (and
some other fixes that improve performance on the SGI for pthreading)
-- binaries for LINUX are also updated for this fix -- others might
eventually be updated, but this is a pretty peripheral thing so it is
not high on the priority list.
- Randy