This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Show tmp dir details in debug
master
Arun Prakash Jana
4 years ago
parent
f4cb5c63d0
commit
375df9f40b
No known key found for this signature in database
GPG Key ID:
A75979F35C080412
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/nnn.c
+ 3
- 0
src/nnn.c
View File
@@ -7532,6 +7532,9 @@ static bool set_tmp_path(void)
}
}
tmpfplen = (uchar)xstrsncpy(g_tmpfpath, path, TMP_LEN_MAX);
tmpfplen = (uchar)xstrsncpy(g_tmpfpath, path, TMP_LEN_MAX);
DPRINTF_S(g_tmpfpath);
DPRINTF_U(tmpfplen);
return TRUE;
return TRUE;
}
}
Write
Preview
Loading…
Cancel
Save