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,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c,v
Date: Sat, 12 Apr 2008 09:13:14 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/04/12 09:13:14

Index: fileio.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/fileio.c,v
retrieving revision 1.612
retrieving revision 1.613
diff -u -b -r1.612 -r1.613
--- fileio.c    12 Apr 2008 05:12:18 -0000      1.612
+++ fileio.c    12 Apr 2008 09:13:14 -0000      1.613
@@ -1545,6 +1545,7 @@
 #ifdef WINDOWSNT
          if (IS_DIRECTORY_SEP (newdir[0]) && IS_DIRECTORY_SEP (newdir[1]))
            {
+             unsigned char *p;
              newdir = strcpy (alloca (strlen (newdir) + 1), newdir);
              p = newdir + 2;
              while (*p && !IS_DIRECTORY_SEP (*p)) p++;




reply via email to

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