Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: small compilation cleanup for utils.c
- X-seq: zsh-workers 18256
- From: Zefram <zefram@xxxxxxxx>
- To: "John T. Guthrie" <guthrie@xxxxxxxxxxxxxxxxxx>
- Subject: Re: PATCH: small compilation cleanup for utils.c
- Date: Tue, 18 Feb 2003 09:13:58 +0000
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <200302180846.h1I8kZc12536@xxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200302180846.h1I8kZc12536@xxxxxxxxxxxxxxxxxxxxxxxx>
John T. Guthrie wrote:
>+ ret = ((char *) mkstemp(dyncat(unmeta(s), "XXXXXX")));
That's not how to use mkstemp(). It returns a file descriptor, not
the pathname.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author