Alex Wingert wrote: > > Before I attempt to manually do a patch, I've got two questions:) > > 1) A '+' before a line means add it, right?:) > 2) So then, does a '!' mean take the line out?:) > > -Alex:) > > PS - Thanks again to all those that helped me out before*grin* This is a > really wonder resource for us newbie coders:) > > +-----------------------------------------------------------+ > | Ensure that you have read the CircleMUD Mailing List FAQ: | > | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | > +-----------------------------------------------------------+ cool beans i can help on one! a + means add the line a - means nuke that line a ! means append to that line usually with ! youll have a line like int burp; ! sprint("burp %d", burp); ---------------------------- int burp; ! sprintf("burp loudly %d", burp); which means you take the ! Crap in the bottem part (below the line) and replace it with the ! in the upper part hope i helped. also another thing that helps with patch is to send output to a file in case of rejections (or check *.rej) patch < patch.this.patch 2> output.txt > anythingelse.txt I had to patch oasisOLC by hand and that helped a ton wart -- *-=-=-=-=-=-=-=* w0nderful *-=-* w0rld *-=-* 0f *-=-* wart *-=-=-=-=-* hartman@kuntrynet.com wart@trilidun.kuntrynet.com http://trilidun.kuntrynet.com Eudaemonia Mud: 207.40.85.11 Port 4000 +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST