Autzoo.1656 net.bugs.v7 utzoo!henry Tue May 11 18:46:38 1982 uucico time check wraparound The time check ("is it OK to call X now?") in uucico does not allow for the possibility that the time range might wrap around (e.g. "2300-0800"; we have some odd long-distance discount schedules here). It takes such ranges to be "never". To fix this, make the following change near the end of conn.c/ifdate(): = tl && tn <= < TH) --- RETURN(1);> if (tl <= <="th))" && TH TN (TL> return(1); > if (tl >= th && (tl <= <="th))" || TN> return(1); ----------------------------------------------------------------- gopher://quux.org/ conversion by John Goerzen of http://communication.ucsd.edu/A-News/ This Usenet Oldnews Archive article may be copied and distributed freely, provided: 1. There is no money collected for the text(s) of the articles. 2. The following notice remains appended to each copy: The Usenet Oldnews Archive: Compilation Copyright (C) 1981, 1996 Bruce Jones, Henry Spencer, David Wiseman.