Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: Globbing for Empty Directories?
- X-seq: zsh-workers 19721
- From: Geoff Wing <mason@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: Re: Globbing for Empty Directories?
- Date: Fri, 2 Apr 2004 02:02:22 +0000 (UTC)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultants
- References: <slrnc6p72s.ql.mason@xxxxxxxxxxxxxxxxx>
- Reply-to: mason@xxxxxxxxxxxxxxx
Geoff Wing <mason@xxxxxxxxxxxxxxx> typed:
: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx> typed:
:: + while ((de = readdir(dirh))) {
:: + if (strcmp(de->d_name, ".") && strcmp(de->d_name, "..")) {
:: + closedir(dirh);
:: + return 1;
:: + }
:: + }
:
: Really?
Oh, my braino. Sorry for the noise.
Regards,
Geoff
Messages sorted by:
Reverse Date,
Date,
Thread,
Author