* w32fns.c (validate_x_resource_name): Use SSET.
This commit is contained in:
parent
5d69fe10ae
commit
7960d5abc2
1 changed files with 1 additions and 1 deletions
|
@ -3049,7 +3049,7 @@ validate_x_resource_name ()
|
|||
|| (c >= 'A' && c <= 'Z')
|
||||
|| (c >= '0' && c <= '9')
|
||||
|| c == '-' || c == '_'))
|
||||
SREF (new, i) = '_';
|
||||
SSET (new, i, '_');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue