home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume20 / gnuchess / patch01 next >
Encoding:
Text File  |  1991-05-29  |  1.5 KB  |  50 lines

  1. Newsgroups: comp.sources.misc
  2. From: Mike McGann <mwm@hasler.ascom.ch>
  3. Subject:  v20i020:  gnuchess - gnuchess version 3.1+, Patch01
  4. Message-ID: <1991May29.023504.12605@sparky.IMD.Sterling.COM>
  5. X-Md4-Signature: bcdf638b2019375d0a79b1b65be7add9
  6. Date: Wed, 29 May 1991 02:35:04 GMT
  7. Approved: kent@sparky.imd.sterling.com
  8.  
  9. Submitted-by: Mike McGann <mwm@hasler.ascom.ch>
  10. Posting-number: Volume 20, Issue 20
  11. Archive-name: gnuchess/patch01
  12. Patch-To: gnuchess: Volume 19, Issue 73-79
  13.  
  14. Received a patch for gnuchess3.1+/nondsp.c from C. Sears for xboard
  15. compatibility. The Illegal move message must end with a line feed
  16. or it won't get passed to xboard. The following patch fixes the
  17. problem.
  18.  
  19. Mike McGann
  20. mwm@hslrswi.hasler.ascom.ch
  21. ===================================================================
  22. RCS file: RCS/nondsp.c,v
  23. retrieving revision 1.14
  24. diff -c -r1.14 nondsp.c
  25. *** 1.14    1991/04/16 06:23:39
  26. --- nondsp.c    1991/05/28 07:06:29
  27. ***************
  28. *** 248,254 ****
  29.       }
  30.   #ifdef CHESSTOOL
  31.     printz ("Illegal move (no matching move generated)");
  32. !   printz ("%s ", s);
  33.   #ifdef DEBUG
  34.     if (true)
  35.       {
  36. --- 248,254 ----
  37.       }
  38.   #ifdef CHESSTOOL
  39.     printz ("Illegal move (no matching move generated)");
  40. !   printz ("%s\n", s);
  41.   #ifdef DEBUG
  42.     if (true)
  43.       {
  44.  
  45. -- 
  46. Kent Landfield                   INTERNET: kent@sparky.IMD.Sterling.COM
  47. Sterling Software, IMD           UUCP:     uunet!sparky!kent
  48. Phone:    (402) 291-8300         FAX:      (402) 291-4362
  49. Please send comp.sources.misc-related mail to kent@uunet.uu.net.
  50.