]> git.pld-linux.org Git - packages/expect.git/blame - expect-alpha.patch
- proper BR for RA
[packages/expect.git] / expect-alpha.patch
CommitLineData
30380979
JB
1--- expect-5.39/exp_command.c.orig 2003-07-31 20:21:42.000000000 +0200
2+++ expect-5.39/exp_command.c 2003-08-07 22:11:03.000000000 +0200
3@@ -801,7 +801,7 @@
4 rfd = (int) rfdc;
d6284312 5 }
6 if (mode & TCL_WRITABLE) {
30380979
JB
7- if (TCL_ERROR == Tcl_GetChannelHandle(channel, TCL_WRITABLE, (ClientData) &wfdc)) {
8+ if (TCL_ERROR == Tcl_GetChannelHandle(channel, TCL_WRITABLE, (ClientData *) &wfdc)) {
d6284312 9 return TCL_ERROR;
30380979
JB
10 }
11 wfd = (int) wfdc;
This page took 0.053021 seconds and 4 git commands to generate.