aboutsummaryrefslogtreecommitdiffstats
path: root/src/sunfns.c
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-06-08 20:07:44 +0000
committerJuanma Barranquero <[email protected]>2007-06-08 20:07:44 +0000
commitf130225375b6613c5d72adad98d2e8f9a257ed90 (patch)
tree7effe3ff6345350a6ad9e4b2db55257ace18ba78 /src/sunfns.c
parent8b3ad112705f4c6e002c1808dbaf60001384f0fe (diff)
(sel_read): Use empty_unibyte_string.
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);