forked from lix-project/lix
Provide base argument to to_string
This commit is contained in:
parent
b260c9ee03
commit
ea0d29d99a
|
@ -210,7 +210,7 @@ Hash newHashAllowEmpty(std::string hashStr, HashType ht)
|
||||||
if (hashStr.empty())
|
if (hashStr.empty())
|
||||||
{
|
{
|
||||||
Hash h(ht);
|
Hash h(ht);
|
||||||
warn("found empty hash, assuming you wanted '%s'", h.to_string());
|
warn("found empty hash, assuming you wanted '%s'", h.to_string(SRI));
|
||||||
} else
|
} else
|
||||||
return Hash(hashStr, ht);
|
return Hash(hashStr, ht);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue