some more work on any2may. Still not meant for production

This commit is contained in:
nemu
2011-01-11 06:24:02 +00:00
parent 452018bedf
commit a406219826
4 changed files with 387 additions and 68 deletions

View File

@ -1838,5 +1838,5 @@ MUD_setHistSecondsPerBin( int fd, int num, REAL64 secondsPerBin )
{
if( secondsPerBin < 0.0 || secondsPerBin > 4294967295.0e-15 )
return( 0 );
return( MUD_setHistFsPerBin( fd, num, (1.0e15 * (UINT32)secondsPerBin ) ) );
return( MUD_setHistFsPerBin( fd, num, (UINT32)(1.0e15 * secondsPerBin ) ) );
}