mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 18:31:49 +00:00
{SPEC2DEF] Allow forwarders to contain ordinals (xydll.#123)
svn path=/trunk/; revision=71065
This commit is contained in:
parent
027a043944
commit
920ada6ae0
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ static
|
|||
int
|
||||
IsSeparator(char chr)
|
||||
{
|
||||
return ((chr <= ',' && chr != '$') ||
|
||||
return ((chr <= ',' && chr != '$' && chr != '#') ||
|
||||
(chr >= ':' && chr < '?') );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue