Skip to content

Commit 93cecfc

Browse files
stakhovvgouriano
authored andcommitted
Fix strict compile; JIRA:RW-2355
git-svn-id: https://anonsvn.ncbi.nlm.nih.gov/repos/v1/trunk/c++@103249 78c7ea69-d796-4a43-9a09-de51944f1b03
1 parent a3294cb commit 93cecfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/objtools/edit/eutils_updater.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ namespace
512512
}
513513
string GetQueryString() const override
514514
{
515-
return "db=pubmed&retmode=xml&id="s + to_string(m_pmid);
515+
return "db=pubmed&retmode=xml&id="s + NStr::NumericToString(m_pmid);
516516
}
517517
};
518518
}

0 commit comments

Comments
 (0)