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