Skip to content
Snippets Groups Projects
Commit 217700a6 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Heh, fix /files/ check.

parent e411492c
No related branches found
No related tags found
No related merge requests found
Pipeline #6007 passed
......@@ -168,7 +168,7 @@ public:
this->info.filebase.dir = -1;
this->info.filebase.lib = -1;
this->info.filebase.idx = dot;
if (this->sftp_path[files_path_len] == 0 || this->sftp_path[files_path_len] == 0) {
if (this->sftp_path[files_path_len] == 0 || this->sftp_path[files_path_len+1] == 0) {
// Root...
result_ = MAP_TO_DIR;
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment