First attempt to extent Joliet to CD reading portion.

This commit is contained in:
rocky
2004-10-24 23:42:39 +00:00
parent fa880ca82a
commit 55de6dfdeb
11 changed files with 466 additions and 341 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: iso2.c,v 1.1 2004/10/10 00:21:08 rocky Exp $
$Id: iso2.c,v 1.2 2004/10/24 23:42:39 rocky Exp $
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
@@ -83,7 +83,7 @@ main(int argc, const char *argv[])
return 1;
}
p_statbuf = iso9660_fs_stat (p_cdio, ISO9660_FILENAME, false);
p_statbuf = iso9660_fs_stat (p_cdio, ISO9660_FILENAME);
if (NULL == p_statbuf)
{