--- ./src/current/iozone.c.orig 2004-09-12 00:43:07.365625880 +0930 +++ ./src/current/iozone.c 2004-09-12 00:43:59.785168920 +0930 @@ -16297,7 +16297,7 @@ { double starttime,tmptime; if(comp_delay == (float)0) - return(0); + return(0.0); starttime=time_so_far(); while(1) { @@ -16305,6 +16305,7 @@ if(tmptime >= (double)comp_delay) return(tmptime); } + return 0.0; } /************************************************************************/