From 96fb177ac64287947330a99ebeb345ab8aad2ebe Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 16 Jul 2002 15:49:44 +0000 Subject: [PATCH] * macfns.c (validate_x_resource_name): Use SSET. --- src/macfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macfns.c b/src/macfns.c index 04cedba11dc..2b3ed8ae977 100644 --- a/src/macfns.c +++ b/src/macfns.c @@ -3114,7 +3114,7 @@ validate_x_resource_name () || (c >= 'A' && c <= 'Z') || (c >= '0' && c <= '9') || c == '-' || c == '_')) - SREF (new, i) = '_'; + SSET (new, i, '_'); } } -- 2.39.2