home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume11 / weekday.u1 < prev    next >
Encoding:
Text File  |  1990-03-10  |  1.0 KB  |  31 lines

  1. Newsgroups: comp.sources.misc
  2. organization: Tampere University of Technology, Finland
  3. subject: v11i001: unofficial patch to weekday
  4. from: ps@funic.funet.fi (Pertti Suomela)
  5. Sender: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc)
  6.  
  7. Posting-number: Volume 11, Issue 1
  8. Submitted-by: ps@funic.funet.fi (Pertti Suomela)
  9. Archive-name: weekday.u1
  10.  
  11. [Administrivia:  (1) old single-part submissions still must get the ".pN"
  12. treatment; (2) no sooner did I send out the queue list then the network threw
  13. me off the system again.  sigh.  At least I get more time before it blows up
  14. now.  ++bsa]
  15.  
  16. In article <79986@uunet.UU.NET> marcel@duteca.tudelft.nl (Marcel Mol) writes:
  17.  
  18. > X    int opt, haveopt;
  19.  
  20. The variable haveopt should be initialized to zero here (on line 202
  21. in weekday.c). Thus the line should read:
  22.  
  23.     int opt, haveopt=0;
  24.  
  25. --
  26.      Pertti Suomela        Tampere University of Technology
  27.                 Control Engineering Laboratory    
  28.         ps@tut.fi        PO Box 527, SF-33101 Tampere, Finland
  29.     ps@fintut.bitnet    Work: +358-31-162650, Fax: +358-31-162340
  30.  
  31.