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 >
Wrap
Internet Message Format
|
1991-08-29
|
971b
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':