home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3943 < prev    next >
Internet Message Format  |  1991-08-29  |  971b

  1. Path: wupost!sdd.hp.com!spool.mu.edu!munnari.oz.au!murtoa.cs.mu.oz.au!csv.viccol.edu.au!timcc
  2. From: timcc@csv.viccol.edu.au (Tim Cook)
  3. Newsgroups: alt.sources
  4. Subject: Fix for dl v1.6
  5. Message-ID: <1991Aug30.120618.6848@csv.viccol.edu.au>
  6. Date: 30 Aug 91 17:06:17 GMT
  7. Article-I.D.: csv.1991Aug30.120618.6848
  8. Organization: Computer Services, Victoria College, Melbourne
  9. Lines: 19
  10.  
  11. The tiniest of bug fixes is necessary for the "-s" flag of describe(1) to
  12. work.  This fix has been applied to the source available via Anonymous FTP
  13. from admin.viccol.edu.au (in pub/dl/dl-1.6.tar.Z).
  14.  
  15. *** describe.c.old    1991/08/21 01:18:03
  16. --- describe.c    1991/08/30 00:30:49
  17. ***************
  18. *** 44,48 ****
  19.   
  20.      program_name = argv[0] ;
  21. !    while ((option = getopt (argc, argv, "dlsf:")) != EOF) {
  22.         switch (option) {
  23.        case 's':
  24. --- 44,48 ----
  25.   
  26.      program_name = argv[0] ;
  27. !    while ((option = getopt (argc, argv, "dls:f:")) != EOF) {
  28.         switch (option) {
  29.        case 's':
  30.