]> git.pld-linux.org Git - packages/cxhextris.git/blame - cxhextris-axp.patch
- release 29 (by relup.sh)
[packages/cxhextris.git] / cxhextris-axp.patch
CommitLineData
8a652849
JR
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.158332 seconds and 4 git commands to generate.