Skip to content
Snippets Groups Projects
Commit 26c77cfc authored by Yorhel's avatar Yorhel
Browse files

Return to previously opened directory on failed recalculation

...instead of displaying an empty and unusable browser.
parent e5cc7703
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ git - ?
- Removed reliance of dirfd()
- Fixed non-void return in void delete_process()
- Fixed several tiny memory leaks
- Return to previously opened directory on failed recalculation
1.5 - 2009-05-02
- Fixed incorrect apparent size on directory refresh
......
......@@ -428,7 +428,7 @@ calc_fail:
if(orig == NULL)
return 1;
else {
browse_init(NULL);
browse_init(orig);
return 0;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment