瀏覽代碼
Show tmp dir details in debug
master
Arun Prakash Jana
4 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: A75979F35C080412
共有
1 個文件被更改,包括
3 次插入 和
0 次删除
-
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; |
|
|
|
} |
|
|
|
|
|
|
|