empty stash.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9015 c06c8d41-db1a-0410-9941-cceddc491573
FFUHROR4IPQXHE2F4V2OH45ANSNYMFOA23OZGZLKLDA2F6RRYM4AC std::string desc = "[Stash: "+ s->description() + "]";mpr(desc.c_str(), MSGCH_EXAMINE_FILTER);
const std::string desc = s->description();if (!desc.empty())mprf(MSGCH_EXAMINE_FILTER, "[Stash: %s]", desc.c_str());