diff src/sunfns.c @ 81278:5770b716f5aa

(sel_read): Use empty_unibyte_string.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 08 Jun 2007 20:07:44 +0000
parents 3d45362f1d38
children b98604865ea0 e9f94688a064
line wrap: on
line diff
--- a/src/sunfns.c	Fri Jun 08 20:07:10 2007 +0000
+++ b/src/sunfns.c	Fri Jun 08 20:07:44 2007 +0000
@@ -287,7 +287,7 @@
   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);