* xfns.c (validate_x_resource_name): Use SSET.
This commit is contained in:
parent
7960d5abc2
commit
b06a00fb6d
1 changed files with 1 additions and 1 deletions
|
@ -2805,7 +2805,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