Ticket #3098 (closed defect: fixed)
vfs_path_from_str_flags() doesn't support VPF_STRIP_HOME
Reported by: | andrew_b | Owned by: | slavazanko |
---|---|---|---|
Priority: | major | Milestone: | 4.8.11 |
Component: | mc-vfs | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
After
vpath = vfs_path_from_str_flags ("/home/borodin/.config/mc", VPF_STRIP_HOME);
vpath->str contains "/home/borodin/.config/mc" but should contain "~/.config/mc".
VPF_STRIP_PASSWORD and VPF_HIDE_CHARSET don't supported also.
Change History
comment:1 Changed 11 years ago by slavazanko
- Owner set to slavazanko
- Status changed from new to accepted
comment:2 Changed 11 years ago by slavazanko
- Branch state changed from no branch to on review
- Milestone changed from Future Releases to 4.8.11
Created branch 3098_strip_home
Initial changeset:a57d45d59005c2fe8a3a5d1c4365c9c4ba7853f3
Review please.
comment:5 Changed 11 years ago by angel_il
- Votes for changeset changed from andrew_b to andrew_b angel_il
- Branch state changed from on review to approved
comment:6 Changed 11 years ago by slavazanko
- Status changed from accepted to testing
- Votes for changeset changed from andrew_b angel_il to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
merged to master. changeset:efa06663e243243e7eaf6e2c8dffd0e85fc62cd4
comment:8 Changed 11 years ago by andrew_b
- Blocking 3096 removed
(In #3096) Branch: 3096_save_setup_message
changeset:f7e141381329a800cf377b06e6bd61cddd5fb2cd
Note: See
TracTickets for help on using
tickets.