From 54306b3abf49bdb47abf17a115f9d18a3860b533 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 13 Jan 2007 17:40:10 +0000 Subject: [PATCH] tabs to spaces git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4848 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/VPatch/Readme.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Contrib/VPatch/Readme.html b/Contrib/VPatch/Readme.html index f3b3c1f4..9b5de70c 100644 --- a/Contrib/VPatch/Readme.html +++ b/Contrib/VPatch/Readme.html @@ -70,7 +70,7 @@ h3 } pre { - font-size: 13px; + font-size: 13px; } div @@ -152,8 +152,8 @@ vpatch::vpatchfile "patch.pat" "oldfile.txt" "temporary_newfile.txt"

GenPat appends a patch to the file you specified. If there is already a patch for the same original file, with the same CRC, in the patch file, - the patch will be replaced. For example, if you want to be able to upgrade - version 1 and 2 to version 3, you can put a 1 > 3 and 2 > 3 patch in + the patch will be replaced. For example, if you want to be able to upgrade + version 1 and 2 to version 3, you can put a 1 > 3 and 2 > 3 patch in one file.

You can also put patches for different files in one patch file, for example, a patch from file A version 1 to file A version 2 and a patch @@ -198,7 +198,7 @@ vpatch::vpatchfile "patch.pat" "oldfile.txt" "temporary_newfile.txt"

Source code

-

Source code is available in the original package and in the CVS repository of NSIS.

+

Source code is available in the original package and in the CVS repository of NSIS.

NSIS plug-in (C++)

The source of the NSIS plug-in that applies patches can be found