]> git.pld-linux.org Git - packages/cxhextris.git/blob - cxhextris-axp.patch
- s/^Terminal=0/Terminal=false/ s/^Terminal=1/Terminal=true/ to conform
[packages/cxhextris.git] / cxhextris-axp.patch
1 --- cxhextris/xio.c.orig        Wed Mar  6 21:57:46 1996
2 +++ cxhextris/xio.c     Wed Mar  6 21:58:12 1996
3 @@ -153,7 +153,7 @@
4             if (newintvl <= 0)
5               break;
6             tp.tv_sec = 0;
7 -           tp.tv_usec = newintvl;
8 +           tp.tv_usec = (long) newintvl;
9             FD_ZERO(&fdst);
10             FD_SET(ConnectionNumber(display),&fdst);
11             select(ConnectionNumber(display)+1,&fdst,0,0,&tp);
This page took 0.079775 seconds and 3 git commands to generate.