summaryrefslogtreecommitdiff
path: root/methods/rred.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-08-19 15:07:53 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-08-19 15:07:53 +0000
commit4a0a786f45a78eb8631c0e2d39d804ab9fdea214 (patch)
treedf7cc0b161d653262df476eecd3c183bfe2e4c6c /methods/rred.cc
parent2e178d1c3e0035616b338d7597a0c9d33e3bc080 (diff)
* use the new cool rred method for the patchting
Diffstat (limited to 'methods/rred.cc')
-rw-r--r--methods/rred.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/rred.cc b/methods/rred.cc
index 37faab08a..e28dc6855 100644
--- a/methods/rred.cc
+++ b/methods/rred.cc
@@ -177,7 +177,7 @@ bool RredMethod::Fetch(FetchItem *Itm)
Res.Filename = Itm->DestFile;
URIStart(Res);
// Res.Filename the destination filename
-
+
// Open the source and destination files
FileFd From(Path,FileFd::ReadOnly);
FileFd Patch(Path+".ed",FileFd::ReadOnly);