Changeset 899
- Timestamp:
- 03/09/10 14:23:06 (5 months ago)
- Files:
-
- 1 modified
-
trunk/updater/main.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/updater/main.cpp
r841 r899 160 160 // file does not exist in old directory 161 161 // so we have to copy the file over directly 162 string oldFile = path( targetDir).file_string() + "\\" + *it;162 string oldFile = path(sourceDir).file_string() + "\\" + *it; 163 163 string patchName = "\\temp_patch\\" + *it; // same filename 164 164 string newFile = current_path().file_string() + patchName;
