From c78b7265bd1ee374a5e515d79448d0e3452b5ede Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 5 Jul 2010 18:32:03 +0000 Subject: Fixups for warnings on Windows (esp 64bit). --- implicit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'implicit.c') diff --git a/implicit.c b/implicit.c index 6e67b71..081ccb6 100644 --- a/implicit.c +++ b/implicit.c @@ -211,7 +211,7 @@ pattern_search (struct file *file, int archive, unsigned int namelen = strlen (filename); /* The last slash in FILENAME (or nil if there is none). */ - char *lastslash; + const char *lastslash; /* This is a file-object used as an argument in recursive calls. It never contains any data -- cgit v1.2.3