summaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c
index 0eea4f4338a..9bc52f1e88f 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -4149,8 +4149,8 @@ x_get_arg (Display_Info *dpyinfo, Lisp_Object alist, Lisp_Object param,
if (attribute && dpyinfo)
{
tem = display_x_get_resource
- (dpyinfo, build_local_string (attribute),
- build_local_string (class), Qnil, Qnil);
+ (dpyinfo, SCOPED_STRING (attribute),
+ SCOPED_STRING (class), Qnil, Qnil);
if (NILP (tem))
return Qunbound;