Do not refresh if same dir

This commit is contained in:
Arun Prakash Jana 2019-04-13 05:40:34 +05:30
parent 33365dea52
commit ad4ffb8928
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -3106,7 +3106,7 @@ nochange:
goto nochange;
if (strcmp(path, dir) == 0)
break;
goto nochange;
/* SEL_CDLAST: dir pointing to lastdir */
xstrlcpy(newpath, dir, PATH_MAX);