|
@@ -598,7 +598,7 @@ nochange: |
|
|
goto nochange; |
|
|
goto nochange; |
|
|
} |
|
|
} |
|
|
/* Save history */ |
|
|
/* Save history */ |
|
|
strlcpy(oldpath, path, sizeof(path)); |
|
|
|
|
|
|
|
|
strlcpy(oldpath, path, sizeof(oldpath)); |
|
|
strlcpy(path, dir, sizeof(path)); |
|
|
strlcpy(path, dir, sizeof(path)); |
|
|
/* Reset filter */ |
|
|
/* Reset filter */ |
|
|
strlcpy(fltr, ifilter, sizeof(fltr)); |
|
|
strlcpy(fltr, ifilter, sizeof(fltr)); |
|
|