/[emacs]/emacs/src/w32.c
ViewVC logotype

Diff of /emacs/src/w32.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.77 by jasonr, Thu Jun 13 20:41:33 2002 UTC revision 1.78 by raeburn, Mon Jul 15 00:00:37 2002 UTC
# Line 3581  check_windows_init_file () Line 3581  check_windows_init_file ()
3581        if (fd < 0)        if (fd < 0)
3582          {          {
3583            Lisp_Object load_path_print = Fprin1_to_string (full_load_path, Qnil);            Lisp_Object load_path_print = Fprin1_to_string (full_load_path, Qnil);
3584            char *init_file_name = XSTRING (init_file)->data;            char *init_file_name = SDATA (init_file);
3585            char *load_path = XSTRING (load_path_print)->data;            char *load_path = SDATA (load_path_print);
3586            char *buffer = alloca (1024);            char *buffer = alloca (1024);
3587    
3588            sprintf (buffer,            sprintf (buffer,

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26