diff src/w32.c @ 46370:40db0673e6f0

Most uses of XSTRING combined with STRING_BYTES or indirection changed to SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now.
author Ken Raeburn <raeburn@raeburn.org>
date Mon, 15 Jul 2002 00:00:41 +0000
parents 42467cc62b56
children 4d7b83cc03aa
line wrap: on
line diff
--- a/src/w32.c	Sun Jul 14 23:54:05 2002 +0000
+++ b/src/w32.c	Mon Jul 15 00:00:41 2002 +0000
@@ -3581,8 +3581,8 @@
       if (fd < 0) 
 	{
 	  Lisp_Object load_path_print = Fprin1_to_string (full_load_path, Qnil);
-	  char *init_file_name = XSTRING (init_file)->data;
-	  char *load_path = XSTRING (load_path_print)->data;
+	  char *init_file_name = SDATA (init_file);
+	  char *load_path = SDATA (load_path_print);
 	  char *buffer = alloca (1024);
 
 	  sprintf (buffer,