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

Diff of /emacs/src/dosfns.c

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

revision 1.36 by eliz, Fri May 17 12:02:50 2002 UTC revision 1.36.2.1 by miles, Fri Apr 4 06:20:57 2003 UTC
# Line 503  x_set_title (f, name) Line 503  x_set_title (f, name)
503    if (FRAME_MSDOS_P (f))    if (FRAME_MSDOS_P (f))
504      {      {
505        BLOCK_INPUT;        BLOCK_INPUT;
506        w95_set_virtual_machine_title (XSTRING (name)->data);        w95_set_virtual_machine_title (SDATA (name));
507        UNBLOCK_INPUT;        UNBLOCK_INPUT;
508      }      }
509  }  }
# Line 525  If the underlying system call fails, val Line 525  If the underlying system call fails, val
525    filename = Fexpand_file_name (filename, Qnil);    filename = Fexpand_file_name (filename, Qnil);
526    encoded = ENCODE_FILE (filename);    encoded = ENCODE_FILE (filename);
527    
528    if (statfs (XSTRING (encoded)->data, &stfs))    if (statfs (SDATA (encoded), &stfs))
529      value = Qnil;      value = Qnil;
530    else    else
531      value = list3 (make_float ((double) stfs.f_bsize * stfs.f_blocks),      value = list3 (make_float ((double) stfs.f_bsize * stfs.f_blocks),

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.36.2.1

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