mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +00:00
Joliet supports directory names with extension.
svn path=/trunk/; revision=26630
This commit is contained in:
parent
9269358c6f
commit
defa5fee07
1 changed files with 1 additions and 3 deletions
|
@ -600,9 +600,7 @@ void parse_filename_into_dirrecord ( const char* filename, PDIR_RECORD d, BOOL d
|
|||
{
|
||||
if (d->extension[0] != 0)
|
||||
{
|
||||
if (joliet)
|
||||
d->extension_on_cd[0] = 0;
|
||||
else
|
||||
if (!joliet)
|
||||
error_exit("Directory with extension %s", filename);
|
||||
}
|
||||
d->flags = DIRECTORY_FLAG;
|
||||
|
|
Loading…
Reference in a new issue