From f130225375b6613c5d72adad98d2e8f9a257ed90 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 8 Jun 2007 20:07:44 +0000 Subject: [PATCH] (sel_read): Use empty_unibyte_string. --- src/sunfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunfns.c b/src/sunfns.c index c532ae7f849..2d96ac66aef 100644 --- a/src/sunfns.c +++ b/src/sunfns.c @@ -287,7 +287,7 @@ sel_read (sel, file) register int i, n; register char *cp; - Current_Selection = make_string ("", 0); + Current_Selection = empty_unibyte_string; if (sel->sel_items <= 0) return (0); cp = (char *) malloc(sel->sel_items); -- 2.39.2