Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk main.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 13 Feb 2000 04:36:19 -0600 (CST)
guy         2000/02/13 04:36:14 CST

  Modified files:
    gtk                  main.c 
  Log:
  When exiting Ethereal, don't just unlink any temporary capture file,
  call "close_cap_file()", which will unlink the current capture file if
  it's a temporary file - but will do so after closing it; certain OSes
  whose names begin with "W" don't let you remove a file if it's currently
  open, so if you exit Ethereal, without closing the capture first, after
  doing a capture on one of those OSes, the temporary file won't be
  removed.
  
  Revision  Changes    Path
  1.105     +9 -7      ethereal/gtk/main.c