Revert "Supports # as separator for groups"
This reverts commit 22e11ed4c061c7c35d74a83c3be0f1183340810d.
This commit is contained in:
parent
22e11ed4c0
commit
4830a852fa
@ -52,7 +52,7 @@ static int findSeparator(const char* name)
|
||||
|
||||
for (i = 0; i < len; ++i)
|
||||
{
|
||||
if (name[i] == ':' || name[i] == '#')
|
||||
if (name[i] == ':')
|
||||
return i;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user