mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-23 09:52:40 +00:00
bump(main/diffstat): 1.68
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
--- a/diffstat.c
|
||||
+++ b/diffstat.c
|
||||
@@ -3142,7 +3142,7 @@ copy_stdin(char **dirpath)
|
||||
@@ -3249,7 +3249,7 @@ copy_stdin(char **dirpath)
|
||||
const char *tmp = getenv("TMPDIR");
|
||||
char *result = 0;
|
||||
if (tmp == 0)
|
||||
char *result = NULL;
|
||||
if (tmp == NULL)
|
||||
- tmp = "/tmp/";
|
||||
+ tmp = "@TERMUX_PREFIX@/tmp/";
|
||||
*dirpath = xmalloc(strlen(tmp) + 12);
|
||||
|
||||
Reference in New Issue
Block a user