Do not allow 't/c' signs to lack an ID
This commit is contained in:
parent
8f4296ac39
commit
b59c381177
@ -634,6 +634,8 @@ int splitsign(const char* str, char * type)
|
||||
while (*p>='0' && *p<='9')
|
||||
p++;
|
||||
}
|
||||
else if(str[1] != 'b')
|
||||
return 0;
|
||||
|
||||
if (*p=='|')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user