aboutsummaryrefslogtreecommitdiffstats
path: root/src/sunfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sunfns.c')
-rw-r--r--src/sunfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sunfns.c b/src/sunfns.c
index c532ae7f84..2d96ac66ae 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);