Fixed assertion failure in -M -A bal report
This commit is contained in:
parent
d406aeb85d
commit
0be486c58b
1 changed files with 1 additions and 1 deletions
|
|
@ -512,7 +512,7 @@ void account_t::xdata_t::details_t::update(post_t& post,
|
||||||
if (post.has_flags(POST_VIRTUAL))
|
if (post.has_flags(POST_VIRTUAL))
|
||||||
posts_virtuals_count++;
|
posts_virtuals_count++;
|
||||||
|
|
||||||
if (gather_all)
|
if (gather_all && post.pos)
|
||||||
filenames.insert(post.pos->pathname);
|
filenames.insert(post.pos->pathname);
|
||||||
|
|
||||||
date_t date = post.date();
|
date_t date = post.date();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue