0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-24 13:06:15 +00:00
termux-packages/disabled-packages/fte/src-e_cvslog.cpp.patch

12 lines
334 B
Diff

--- a/src/e_cvslog.cpp
+++ b/src/e_cvslog.cpp
@@ -30,7 +30,7 @@
// Create filename for message
#ifdef UNIX
// Use this in Unix - it says more to user
- sprintf (msgFile,"/tmp/fte%d-cvs-msg", (int)getpid());
+ sprintf (msgFile,"@TERMUX_PREFIX@/tmp/fte%d-cvs-msg", (int)getpid());
#else
tmpnam (msgFile);
#endif