Changeset 899 – HoverRace

Changeset 899

Show
Ignore:
Timestamp:
03/09/10 14:23:06 (5 months ago)
Author:
pootle
Message:

Wow, am I stupid? Don't copy the file from somewhere that it doesn't exist.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/updater/main.cpp

    r841 r899  
    160160                    // file does not exist in old directory 
    161161                    // 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; 
    163163                    string patchName = "\\temp_patch\\" + *it; // same filename 
    164164                    string newFile = current_path().file_string() + patchName;