The code below is a file created with the Unix diff utility. Save these lines to a file named fourFold_fix:
Code: Select all
--- old/fourFold.pll 2025-01-06 01:19:47.757116600 +0000
+++ new/fourFold.pll 2025-01-06 01:11:57.395653400 +0000
@@ -19,7 +19,7 @@
18. Jesus Baptized by John in the Jordan (Jordan east of Jericho, Spring of A.D. 27) Mat 3:13-17|Mar 1:9-11|Luk 3:21,22
19. Jesus Tempted in the Wilderness Mat 4:1-11|Mar 1:12, 13|Luk 4:1-13
20. John's First Testimony to Jesus (Bethany beyond Jordan, February, A.D. 27) Joh 1:19-34
-21. Jesus Mares His First Disciples (Bethany Beyond Jordan, Spring, A.D. 27) Joh 1:35-51
+21. Jesus Makes His First Disciples (Bethany Beyond Jordan, Spring, A.D. 27) Joh 1:35-51
22. Jesus Works His First Miracle at Cana in Galilee Joh 2:1-11
23. Jesus' First Residence at Capernaum Joh 2:12
24A. Jesus Cleanses the Temple Joh 2:13-25
Code: Select all
patch ./fourFold.pll /wherever/you/stored/fourFold_fix
This supposes that diff and patch are installed on your system. If you have Git for Windows, they are already installed.