Re: mintty issue with version 2.3.7

2016-07-10 Thread Duncan Roe
On Wed, Jun 29, 2016 at 11:56:14AM +0200, Christoph Zimmermann wrote: > After the recent update to version 2.3.7 mintty prints the error message > > Error: could not open log file: File exists. > : File exists > > every time I open a mintty window. I've tracked this down to the following > snippet

Re: mintty issue with version 2.3.7

2016-06-29 Thread Thomas Wolff
Am 29.06.2016 um 11:56 schrieb Christoph Zimmermann: After the recent update to version 2.3.7 mintty prints the error message Error: could not open log file: File exists. : File exists I suppose you have set Log=something in your .minttrc; the described behaviour is actually on purpose; if the

mintty issue with version 2.3.7

2016-06-29 Thread Christoph Zimmermann
After the recent update to version 2.3.7 mintty prints the error message Error: could not open log file: File exists. : File exists every time I open a mintty window. I've tracked this down to the following snippet (around line # 228) in child.c: char * logf = newn(char, MAX_PATH + 1);