Ignore:
Timestamp:
31/08/2006 23:16:17 (6 years ago)
Author:
chris
Message:
  • lib/backupclient/BackupStoreFile.cpp

Close file before trying to apply attributes to it. Otherwise,
when we close it the timestamp will be updated on Win32 (refs #3)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/merge/lib/backupclient/BackupStoreFile.cpp

    r876 r877  
    290290                        stream->CopyStreamTo(out); 
    291291                } 
     292 
     293                out.Close(); 
    292294                 
    293295                // Write the attributes 
Note: See TracChangeset for help on using the changeset viewer.