ソースを参照
Show tmp dir details in debug
master
Arun Prakash Jana
4年前
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: A75979F35C080412
-
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; |
|
|
|
} |
|
|
|
|
|
|
|