mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 02:35:03 +01:00
6a2d53e723
Previously BString::HashValue() had an identical hash to the one in StringUtils::HashValue(), but now it uses hashdjb2, so this means Debugger will now use that also. Tested basic Debugger functionality, seems to still work. Change-Id: Ia341daa56249967a494df46e6e0a69a74c8b5fe2 Reviewed-on: https://review.haiku-os.org/c/haiku/+/8266 Reviewed-by: Rene Gollent <rene@gollent.com>