Ignore:
Timestamp:
12/10/2006 21:51:06 (6 years ago)
Author:
chris
Message:
  • 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/trunk/lib/backupclient/BackupStoreFile.cpp

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