diff options
Diffstat (limited to 'src/post.h')
-rw-r--r-- | src/post.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -216,6 +216,7 @@ public: if (xdata_) if (account_t * acct = xdata_->account) return acct; + assert(account); return account; } |