| # | Line 77 | Line 77 | gethdinfo( /* get information on holodeck */ | |
|---|---|---|
| 77 | samptot, beamtot, (double)samptot/beamtot); | |
| 78 | fprintf(fout, "%.1f Mbyte file, %.1f%% fragmentation\n", | |
| 79 | nextloc/(1024.*1024.), | |
| 80 | < | 100.*(nextloc-hdfiluse(fd,1))/nextloc); |
| 80 | > | 100.*(nextloc-hdfiluse(fd))/nextloc); |
| 81 | /* don't bother with cleanup */ | |
| 82 | #if 0 | |
| 83 | hddone(NULL); /* free sections */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |