bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] Const craziness.


From: Jeff Bailey
Subject: Re: [bug-mailutils] Const craziness.
Date: Wed, 28 Jan 2004 07:55:24 -0800
User-agent: Mutt/1.5.4i

On Wed, Jan 28, 2004 at 04:20:35PM +0200, Sergey Poznyakoff wrote:

> Or a typecast:
> 
>   name = strdup (path);
>   free (url->name);
>   url->name = (char*) name;

Erm.  I think I've been coding in C++ too long.  That just seems so
*wrong*.  =)  I'll do that then.

Tks,
Jeff Bailey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]