Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal file.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 24 Apr 2002 00:48:44 -0500 (CDT)
guy         2002/04/24 00:48:44 CDT

  Modified files:
    .                    file.c 
  Log:
  If the progress fraction when reading in a file becomes > 1, assume that
  the file grew while we were reading it, and re-fetch the size and try
  again; if it's still > 1, give up and clamp it at 1 so that the GTK+
  progress bar code doesn't complain.
  
  Revision  Changes    Path
  1.270     +28 -11    ethereal/file.c