* w32fns.c (validate_x_resource_name): Use SSET.

This commit is contained in:
Ken Raeburn 2002-07-16 15:49:59 +00:00
parent 5d69fe10ae
commit 7960d5abc2

View file

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