diff options
author | lloyd <[email protected]> | 2010-10-13 03:34:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-10-13 03:34:49 +0000 |
commit | fcd3aba1ff6b8597b31165474573dbb339479c14 (patch) | |
tree | f78d39b6d30c91139cb8f47be580e1c648e50c17 /src/hash | |
parent | ba142ed2eaa21445d49cbbc8ae3b3d4dc625b9d7 (diff) |
Post-merge fixups
Diffstat (limited to 'src/hash')
-rw-r--r-- | src/hash/tiger/tiger.cpp | 2 |
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) + ")"; } /* |