From: Arun Prakash Jana Date: Sun, 29 Nov 2020 18:02:37 +0000 (+0530) Subject: Show tmp dir details in debug X-Git-Tag: v3.6~45 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=375df9f40b347b2417f12b88f1f4d805cddec1c7;p=nnn.git Show tmp dir details in debug --- diff --git a/src/nnn.c b/src/nnn.c index 76a6d108..ebd3bfd6 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -7532,6 +7532,9 @@ static bool set_tmp_path(void) } tmpfplen = (uchar)xstrsncpy(g_tmpfpath, path, TMP_LEN_MAX); + DPRINTF_S(g_tmpfpath); + DPRINTF_U(tmpfplen); + return TRUE; }