diff src/fileio.c @ 94038:a66451222c6a

(Fexpand_file_name): Add declaration for `p' missing in previous change.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 12 Apr 2008 09:13:14 +0000
parents d864a5e618e0
children b9c54321b685
line wrap: on
line diff
--- a/src/fileio.c	Sat Apr 12 05:12:18 2008 +0000
+++ b/src/fileio.c	Sat Apr 12 09:13:14 2008 +0000
@@ -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++;