bump(main/diffstat): 1.68

This commit is contained in:
termux-pacman-bot
2025-04-25 07:36:20 +00:00
parent aa61a28e5e
commit 82a6a58a2b
2 changed files with 5 additions and 5 deletions

View File

@@ -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);