diff --git a/src/sfizz/SynthMessaging.cpp b/src/sfizz/SynthMessaging.cpp index ed5c2bae..aaeb56fd 100644 --- a/src/sfizz/SynthMessaging.cpp +++ b/src/sfizz/SynthMessaging.cpp @@ -72,7 +72,7 @@ static uint64_t hashMessagePath(const char* path, const char* sig) ++path; } } - h = hashByte(','); + h = hashByte(',', h); while (unsigned char c = *sig++) h = hashByte(c, h); return h;