home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / compsrcs / misc / volume11 / weekday.u1 < prev   
Encoding:
Internet Message Format  |  1991-08-27  |  1.4 KB

  1. 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
  2. Article 1376 of comp.sources.misc:
  3. Path: decwrl!ucbvax!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!uunet!allbery
  4. From: ps@funic.funet.fi (Pertti Suomela)
  5. Newsgroups: comp.sources.misc
  6. Subject: v11i001: unofficial patch to weekday
  7. Message-ID: <80839@uunet.UU.NET>
  8. Date: 10 Mar 90 19:33:06 GMT
  9. Sender: allbery@uunet.UU.NET
  10. Organization: Tampere University of Technology, Finland
  11. Lines: 23
  12. Approved: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc)
  13.  
  14. Posting-number: Volume 11, Issue 1
  15. Submitted-by: ps@funic.funet.fi (Pertti Suomela)
  16. Archive-name: weekday.u1
  17.  
  18. [Administrivia:  (1) old single-part submissions still must get the ".pN"
  19. treatment; (2) no sooner did I send out the queue list then the network threw
  20. me off the system again.  sigh.  At least I get more time before it blows up
  21. now.  ++bsa]
  22.  
  23. In article <79986@uunet.UU.NET> marcel@duteca.tudelft.nl (Marcel Mol) writes:
  24.  
  25. > X    int opt, haveopt;
  26.  
  27. The variable haveopt should be initialized to zero here (on line 202
  28. in weekday.c). Thus the line should read:
  29.  
  30.     int opt, haveopt=0;
  31.  
  32. --
  33.      Pertti Suomela        Tampere University of Technology
  34.                 Control Engineering Laboratory    
  35.         ps@tut.fi        PO Box 527, SF-33101 Tampere, Finland
  36.     ps@fintut.bitnet    Work: +358-31-162650, Fax: +358-31-162340
  37.  
  38.  
  39.