# HG changeset patch # User Juanma Barranquero # Date 1207991594 0 # Node ID a66451222c6a48e7f908ca982359e12f6ff821d0 # Parent d864a5e618e0351b8b37aab8a97fdacbd4be5197 (Fexpand_file_name): Add declaration for `p' missing in previous change. diff -r d864a5e618e0 -r a66451222c6a src/fileio.c --- 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++;