Parent Directory
|
Revision Log
|
Patch
| revision 1.18 by gf, Sun Jun 12 09:34:15 2005 UTC | revision 1.19 by gf, Sat Sep 10 12:48:12 2005 UTC | |
|---|---|---|
| # | Line 68 class SimpleGtp | Line 68 class SimpleGtp |
| 68 | GtpResponse response = GtpResponse(); | GtpResponse response = GtpResponse(); |
| 69 | while (1) | while (1) |
| 70 | { | { |
| 71 | string s = engine_out->gets(); | string s = engine_out->gets() - "\r"; |
| 72 | if (!s) | if (!s) |
| 73 | { | { |
| 74 | // FIXME: This is probably not adequate. | // FIXME: This is probably not adequate. |
| # | Line 108 class SimpleGtp | Line 108 class SimpleGtp |
| 108 | { | { |
| 109 | while (1) | while (1) |
| 110 | { | { |
| 111 | string s = engine_err->gets(); | string s = engine_err->gets() - "\r"; |
| 112 | if (!s) | if (!s) |
| 113 | break; | break; |
| 114 | if (trace_callback) | if (trace_callback) |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.5 |