aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-10-13 03:34:49 +0000
committerlloyd <[email protected]>2010-10-13 03:34:49 +0000
commitfcd3aba1ff6b8597b31165474573dbb339479c14 (patch)
treef78d39b6d30c91139cb8f47be580e1c648e50c17 /src/hash
parentba142ed2eaa21445d49cbbc8ae3b3d4dc625b9d7 (diff)
Post-merge fixups
Diffstat (limited to 'src/hash')
-rw-r--r--src/hash/tiger/tiger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/tiger/tiger.cpp b/src/hash/tiger/tiger.cpp
index 95d870857..32189952a 100644
--- a/src/hash/tiger/tiger.cpp
+++ b/src/hash/tiger/tiger.cpp
@@ -161,7 +161,7 @@ void Tiger::clear()
std::string Tiger::name() const
{
return "Tiger(" + std::to_string(output_length()) + "," +
- to_string(PASS) + ")";
+ std::to_string(PASS) + ")";
}
/*