zsh-workers
 help / color / mirror / code / Atom feed
From: Geoff Wing <mason@primenet.com.au>
To: zsh-workers@sunsite.dk
Subject: Re: PATCH: Re: Globbing for Empty Directories?
Date: Thu, 1 Apr 2004 22:49:00 +0000 (UTC)	[thread overview]
Message-ID: <slrnc6p72s.ql.mason@g.primenet.com.au> (raw)
In-Reply-To: <20040401184336.DC34B8646@pwstephenson.fsnet.co.uk>

Peter Stephenson <pws@pwstephenson.fsnet.co.uk> typed:
: +    while ((de = readdir(dirh))) {
: +	if (strcmp(de->d_name, ".") && strcmp(de->d_name, "..")) {
: +	    closedir(dirh);
: +	    return 1;
: +	}
: +    }

Really?

Regards,
Geoff


  parent reply	other threads:[~2004-04-01 22:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <9E7AF602-8085-11D8-AA68-000502631FBD@louisville.edu>
2004-04-01 18:43 ` Peter Stephenson
2004-04-01 19:26   ` DervishD
2004-04-01 22:49   ` Geoff Wing [this message]
2004-04-02  2:02     ` Geoff Wing
2004-04-06 17:27   ` Wayne Davison
2004-04-06 17:41     ` Peter Stephenson
2004-04-06 17:55   ` Wayne Davison

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=slrnc6p72s.ql.mason@g.primenet.com.au \
    --to=mason@primenet.com.au \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).