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.
10 lines
319 B
10 lines
319 B
+++ ./cmds/live.c 2019-08-26 14:48:20.538152232 +0300
|
|
@@ -97,7 +97,7 @@
|
|
|
|
int command_live(int argc, char *argv[], struct opts *opts)
|
|
{
|
|
- char template[32] = "/tmp/uftrace-live-XXXXXX";
|
|
+ char template[128] = "@TERMUX_PREFIX@/tmp/uftrace-live-XXXXXX";
|
|
int fd;
|
|
struct sigaction sa = {
|
|
.sa_flags = SA_RESETHAND,
|
|
|