Re: [PATCH] FileName::tempName()

2008-08-07 Thread rgheck
Abdelrazak Younes wrote: rgheck wrote: As was, this was creating files in /tmp/, which then got left after LyX exited. They should be created in LyX's own temporary directory, right? Right, this is due to the trailing slash... I thought I fixed that... weird. The patch does this. Let me

Re: [PATCH] FileName::tempName()

2008-08-06 Thread Abdelrazak Younes
rgheck wrote: As was, this was creating files in /tmp/, which then got left after LyX exited. They should be created in LyX's own temporary directory, right? Right, this is due to the trailing slash... I thought I fixed that... weird. The patch does this. Let me know if this is a problem.

[PATCH] FileName::tempName()

2008-08-05 Thread rgheck
As was, this was creating files in /tmp/, which then got left after LyX exited. They should be created in LyX's own temporary directory, right? The patch does this. Let me know if this is a problem. rh Index: support/FileName.cpp ==