summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--isofs/lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isofs/lookup.c b/isofs/lookup.c
index 2ff30496..b5b814db 100644
--- a/isofs/lookup.c
+++ b/isofs/lookup.c
@@ -184,7 +184,7 @@ dirscanblock (void *blkaddr, const char *name, size_t namelen,
break;
/* Check to see if the name matches the directory entry. */
- if (isonamematch (entry->name, entry_namelen, name, namelen))
+ if (isonamematch ((const char *) entry->name, entry_namelen, name, namelen))
matchnormal = 1;
else
matchnormal = 0;