Skip to content

Commit

Permalink
Merge 0644cd1 into sapling-pr-archive-ktf
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Feb 6, 2025
2 parents d88447f + 0644cd1 commit f0c6883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Core/include/Framework/StringHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ consteval uint32_t operator""_h(const char* str, size_t)

uint32_t runtime_crc32(char const* str, int length);

constexpr uint32_t runtime_hash(char const* str)
uint32_t runtime_hash(char const* str)
{
return runtime_crc32(str, static_cast<int>(__builtin_strlen(str)) - 1) ^ 0xFFFFFFFF;
}
Expand Down

0 comments on commit f0c6883

Please sign in to comment.