Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uunet!zephyr.ens.tek.com!master!saab!billr From: billr@saab.CNA.TEK.COM (Bill Randle) Newsgroups: comp.sources.games Subject: v12i087: mgt2 - display/edit Smart-Go Game Records (v2.1), Patch1 Message-ID: <1332@masterCNA.TEK.COM> Date: 4 Jun 91 19:53:07 GMT Sender: news@masterCNA.TEK.COM Lines: 50 Approved: billr@saab.CNA.TEK.COM Submitted-by: adrian@milton.u.washington.edu (Adrian Mariano) Posting-number: Volume 12, Issue 87 Archive-name: mgt2/Patch1 Patch-To: mgt2: Volume 12, Issue 83 Environment: Unix, MSDOS, VMS, curses [Here's a short patch that fixes a typo in the Rules file. -br] #! /bin/sh # This is a shell archive. Remove anything before this line, then unpack # it by saving it into a file and typing "sh file". To overwrite existing # files, type "sh file -c". You can also feed this as standard input via # unshar, or by typing "sh 'patches01' <<'END_OF_FILE' X*** Rules.orig Tue Jun 4 12:47:06 1991 X--- Rules Tue Jun 4 12:46:22 1991 X*************** X*** 500,506 **** X Black[pp] X ; X White[qq] X! Comment[Note that white can play underneath black and take the corner despite the black stone at the 4,4 point, however. This move by black is NOT an opening move, but is an attack that would occur later in the game.] X ; X AddBlack[qq] X AddEmpty[aa][pp] X--- 500,506 ---- X Black[pp] X ; X White[qq] X! Comment[Note that white can play underneath black and take the corner despite the black stone at the 4,4 point, however. This move by white is NOT an opening move, but is an attack that would occur later in the game.] X ; X AddBlack[qq] X AddEmpty[aa][pp] END_OF_FILE if test 699 -ne `wc -c <'patches01'`; then echo shar: \"'patches01'\" unpacked with wrong size! fi # end of 'patches01' fi echo shar: End of shell archive. exit 0