mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
cppcheck solve stlcstrStream
This commit is contained in:
parent
5e5d67a1de
commit
c30575df42
@ -312,7 +312,7 @@ static
|
|||||||
string dbSettingsHash(const string &filename, u32 mode) {
|
string dbSettingsHash(const string &filename, u32 mode) {
|
||||||
ostringstream info_oss;
|
ostringstream info_oss;
|
||||||
|
|
||||||
info_oss << filename.c_str() << ' ';
|
info_oss << filename << ' ';
|
||||||
info_oss << mode << ' ';
|
info_oss << mode << ' ';
|
||||||
|
|
||||||
string info = info_oss.str();
|
string info = info_oss.str();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user