Patch to Options.cs for Path separator portability
Brought to you by:
brianirvine,
psych0phobia
I am interested in running GoodMerge on linux and as such I have begun the work to port it to mono. This is the first patch I have made in that direction, It does not apply cleanly against vanilla source code (not sure why), but if you open Options.cs in a linux editor like 'nano' and hit ctrl+o then enter to save the patch will apply cleanly (I have fiddled with the cr/lf stuff but I cant get it to apply cleanly, sorry). Only one chunk fails (and its 3 lines, farely easy to apply manually. This uses the System.IO.Path stuff to make the code portable. Patch is for GoodMerge_Source_3.1.2199.25374.zip
use Patch -p1 < PathCombine.diff to apply.
Patch to Options.cs
Logged In: YES
user_id=218787
Originator: NO
Forgot to log in I submitted this just so theres some idea where the code is coming from.