1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 15:57:08 +00:00
termux-packages/packages/fte/src-e_svnlog.cpp.patch
2022-02-23 18:19:54 +09:00

12 lines
319 B
Diff

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