emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fileio.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Fri, 21 Mar 2003 00:40:53 -0500

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.476 emacs/src/fileio.c:1.477
*** emacs/src/fileio.c:1.476    Wed Mar 19 07:09:37 2003
--- emacs/src/fileio.c  Fri Mar 21 00:40:53 2003
***************
*** 1299,1305 ****
          if (strcmp (nm - 2, SDATA (name)) != 0)
            {
              name
!               = make_specified_string (nm, -1, strlen (nm),
                                         STRING_MULTIBYTE (name));
              SSET (name, 0, DRIVE_LETTER (drive));
              SSET (name, 1, ':');
--- 1299,1305 ----
          if (strcmp (nm - 2, SDATA (name)) != 0)
            {
              name
!               = make_specified_string (nm - 2, -1, p - nm + 2,
                                         STRING_MULTIBYTE (name));
              SSET (name, 0, DRIVE_LETTER (drive));
              SSET (name, 1, ':');




reply via email to

[Prev in Thread] Current Thread [Next in Thread]