Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal filters.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: Thu, 15 Mar 2001 03:50:40 -0600 (CST)
guy         2001/03/15 03:50:40 CST

  Modified files:
    .                    filters.c 
  Log:
  Win32 doesn't have an "atomic rename" operation of the sort that UNIX
  has - or, if it does, it's not "MoveFile()", and "rename()" doesn't use
  it, so you have to make sure the target of a rename doesn't exist before
  doing the rename.
  
  Revision  Changes    Path
  1.8       +18 -3     ethereal/filters.c