* macfns.c (validate_x_resource_name): Use SSET.

This commit is contained in:
Ken Raeburn 2002-07-16 15:49:44 +00:00
parent a1c89c0a12
commit 96fb177ac6

View file

@ -3114,7 +3114,7 @@ validate_x_resource_name ()
|| (c >= 'A' && c <= 'Z')
|| (c >= '0' && c <= '9')
|| c == '-' || c == '_'))
SREF (new, i) = '_';
SSET (new, i, '_');
}
}