home *** CD-ROM | disk | FTP | other *** search
- From decwrl!ucbvax!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!uunet!allbery Sat Mar 10 15:32:43 PST 1990
- Article 1376 of comp.sources.misc:
- Path: decwrl!ucbvax!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!uunet!allbery
- From: ps@funic.funet.fi (Pertti Suomela)
- Newsgroups: comp.sources.misc
- Subject: v11i001: unofficial patch to weekday
- Message-ID: <80839@uunet.UU.NET>
- Date: 10 Mar 90 19:33:06 GMT
- Sender: allbery@uunet.UU.NET
- Organization: Tampere University of Technology, Finland
- Lines: 23
- Approved: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc)
-
- Posting-number: Volume 11, Issue 1
- Submitted-by: ps@funic.funet.fi (Pertti Suomela)
- Archive-name: weekday.u1
-
- [Administrivia: (1) old single-part submissions still must get the ".pN"
- treatment; (2) no sooner did I send out the queue list then the network threw
- me off the system again. sigh. At least I get more time before it blows up
- now. ++bsa]
-
- In article <79986@uunet.UU.NET> marcel@duteca.tudelft.nl (Marcel Mol) writes:
-
- > X int opt, haveopt;
-
- The variable haveopt should be initialized to zero here (on line 202
- in weekday.c). Thus the line should read:
-
- int opt, haveopt=0;
-
- --
- Pertti Suomela Tampere University of Technology
- Control Engineering Laboratory
- ps@tut.fi PO Box 527, SF-33101 Tampere, Finland
- ps@fintut.bitnet Work: +358-31-162650, Fax: +358-31-162340
-
-
-