Changeset 837
- Timestamp:
- 12/21/09 17:46:05 (7 months ago)
- Location:
- trunk/updater
- Files:
-
- 2 modified
-
main.cpp (modified) (2 diffs)
-
PatchHoverRace.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/updater/main.cpp
r836 r837 115 115 if(createUpdate) { 116 116 // diff source and target 117 printf("Creating patch from %s to %s\n", sourceDir, targetDir); 117 118 return (CreatePatch(targetDir, sourceDir, patchFile)); 118 119 } else { … … 133 134 134 135 // now, HoverRace is closed; do the patching 136 printf("Will patch with file %s\n", patchFile); 135 137 PatchHoverRace(targetDir, patchFile); 136 138 } -
trunk/updater/PatchHoverRace.cpp
r835 r837 29 29 int PatchHoverRace(string targetDir, string patchFile) { 30 30 // we assume that the files are valid 31 printf("Beginning patch process...\n"); 31 32 32 33 // first, we must unpack the patch file, which is a zip
