quote:
Originally posted by XP1
What software do you use to apply this kind of patch?
Ah, yeah, sorry, Linux user here
you'll need Patch, from here:
code:
http://gnuwin32.sourceforge.net/packages/patch.htm
copy the patch code into a file called "Main.patch" and save it in the same directory as Main.java
and run from command prompt:
code:
Patch Main.java < Main.patch
You can either add patch to your path, so it can be run form any folder, or just copy the patch.exe file to the same directory as your source code and run the command above