diff src/toolbar-x.c @ 16:0293115a14e9 r19-15b91

Import from CVS: tag r19-15b91
author cvs
date Mon, 13 Aug 2007 08:49:20 +0200
parents 376386a54a3c
children ec9a17fef872
line wrap: on
line diff
--- a/src/toolbar-x.c	Mon Aug 13 08:48:43 2007 +0200
+++ b/src/toolbar-x.c	Mon Aug 13 08:49:20 2007 +0200
@@ -183,9 +183,7 @@
 	    }
 	  buf = Dynarr_new (Emchar);
 	  convert_bufbyte_string_into_emchar_dynarr
-	    (string_data (XSTRING (string)),
-	     string_length (XSTRING (string)),
-	     buf);
+	    (XSTRING_DATA (string), XSTRING_LENGTH (string), buf);
 	  find_charsets_in_emchar_string (charsets, Dynarr_atp (buf, 0),
 					  Dynarr_length (buf));
 	  ensure_face_cachel_complete (cachel, window, charsets);