diff options
Diffstat (limited to 'src/annotate.cc')
-rw-r--r-- | src/annotate.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/annotate.cc b/src/annotate.cc index 99c12fc3..feb3b3ca 100644 --- a/src/annotate.cc +++ b/src/annotate.cc @@ -190,7 +190,7 @@ annotated_commodity_t::strip_annotations(const keep_details_t& what_to_keep) keep_date ? details.date : none, keep_tag ? details.tag : none)); } else { - new_comm = pool().find_or_create(base_symbol()); + new_comm = &referent(); } assert(new_comm); |