Fix printf call in SearchFilterByModuleList::GetDescription.

llvm-svn: 140289
This commit is contained in:
Jason Molenda 2011-09-22 02:24:49 +00:00
parent 319b738e17
commit 1201723797
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ SearchFilterByModuleList::GetDescription (Stream *s)
uint32_t num_modules = m_module_spec_list.GetSize();
if (num_modules == 1)
{
s->Printf (", module = ", num_modules);
s->Printf (", module = ");
if (s->GetVerbose())
{
char buffer[2048];