Do not allow 't/c' signs to lack an ID

This commit is contained in:
Simon Robertshaw 2013-10-19 22:10:53 +01:00
parent 8f4296ac39
commit b59c381177

View File

@ -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=='|')
{