bug-xboard
[Top][All Lists]
Advanced

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

Re: [Bug-XBoard] "Failed to invoke cmail"


From: Tim Mann
Subject: Re: [Bug-XBoard] "Failed to invoke cmail"
Date: Thu, 26 Feb 2004 22:04:55 -0800

Thanks!  It looks like popen takes only "r" or "w", not an optional "b"
suffix.  We'll fix that in the next release.

On Tue, 24 Feb 2004 21:54:40 -0800, John Iverson <address@hidden> wrote:
> I was getting "Failed to invoke cmail" in xboard 4.2.7 upon
> clicking File|Mail Move.  Changing
> 
>     popen(string, "rb")
> 
> to
> 
>     popen(string, "r")
> 
> in line 6952 of backend.c appears to have fixed it.
> 
> -John
> 
> 
> _______________________________________________
> Bug-XBoard mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-xboard
> 


-- 
Tim Mann  address@hidden  http://tim-mann.org/




reply via email to

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