summaryrefslogtreecommitdiff
path: root/sys/fs/cd9660/cd9660_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/cd9660/cd9660_util.c')
-rw-r--r--sys/fs/cd9660/cd9660_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/cd9660/cd9660_util.c b/sys/fs/cd9660/cd9660_util.c
index f74f0515ff77..39c5fe491a47 100644
--- a/sys/fs/cd9660/cd9660_util.c
+++ b/sys/fs/cd9660/cd9660_util.c
@@ -157,7 +157,7 @@ int
isofncmp(unsigned char *fn,int fnlen,unsigned char *isofn,int isolen)
{
int i, j;
- char c;
+ unsigned char c;
while (--fnlen >= 0) {
if (--isolen < 0)