Wireshark-bugs: [Wireshark-bugs] [Bug 1141] save as down't work for an existing file

Date: Sun, 29 Oct 2006 09:53:46 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1141


guy@xxxxxxxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Linux                       |All
           Platform|PC                          |All




------- Comment #6 from guy@xxxxxxxxxxxx  2006-10-29 09:53 GMT -------
Note that applications will often save a file by:

    writing the new version of the file out with a different temporary name;

    if that succeeds, renaming the new file on top of the old one;

so that if the write *fails*, you haven't lost the old contents of the file.

That might, or might not, be important for Wireshark.  (It's certainly
important for preference files and for most documents.)


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.