mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 21:47:04 +03:00
catching up (trying to) wiht CSpot
This commit is contained in:
@@ -83,8 +83,6 @@ namespace bell
|
||||
{
|
||||
std::string basenameStr(filename.substr(filename.rfind("/") + 1));
|
||||
unsigned long hash = 5381;
|
||||
int c;
|
||||
|
||||
for (char const &c : basenameStr)
|
||||
{
|
||||
hash = ((hash << 5) + hash) + c; /* hash * 33 + c */
|
||||
|
||||
Reference in New Issue
Block a user