You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
474 B
12 lines
474 B
diff -u -r ../radare2-1.0/libr/util/file.c ./libr/util/file.c
|
|
--- ../radare2-1.0/libr/util/file.c 2016-11-08 21:10:46.000000000 -0500
|
|
+++ ./libr/util/file.c 2016-11-10 07:42:18.409808792 -0500
|
|
@@ -808,7 +808,7 @@
|
|
path = strdup ("C:\\WINDOWS\\Temp\\");
|
|
}
|
|
#elif __ANDROID__
|
|
- char *path = strdup ("/data/data/org.radare.radare2installer/radare2/tmp");
|
|
+ char *path = strdup ("@TERMUX_PREFIX@/tmp");
|
|
#else
|
|
char *path = r_sys_getenv ("TMPDIR");
|
|
if (path && !*path) {
|
|
|