From e0a02f368e8226040c304dc49a1dcb397468a4d7 Mon Sep 17 00:00:00 2001 From: pabs3 Date: Sun, 21 May 2006 13:23:26 +0000 Subject: [PATCH] Correct path to the example in the VPatch README. git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4684 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/VPatch/Readme.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/VPatch/Readme.html b/Contrib/VPatch/Readme.html index 4f68bcde..72c80b42 100644 --- a/Contrib/VPatch/Readme.html +++ b/Contrib/VPatch/Readme.html @@ -143,7 +143,7 @@ vpatch::vpatchfile "patch.pat" "oldfile.txt" "temporary_newfile.txt"
  • Patch data is invalid or corrupt
  • No suitable patches were found
  • -

    Check example.nsi for an example. You +

    Check example.nsi for an example. You should check whether the stack string starts with "OK" because then the patch has succeeded and you can rename "temporary_newfile.txt" to "oldfile.txt" to replace the original, if you want.