Fix IS09660 code formatting.

This commit is contained in:
TomAwezome 2022-04-16 17:55:26 -04:00
parent 88fe6b59ba
commit 872e1a1385
3 changed files with 8 additions and 7 deletions

View file

@ -486,6 +486,7 @@ U0 FMMakeISO(CDoc *doc, I64 type)
case FSt_REDSEA:
RedSeaISO(, tmpde->full_name);
break;
case FSt_ISO9660:
if (tmpde->full_name[StrLen(tmpde->full_name) - 1] == '/')
st = MStrPrint("%s*", tmpde->full_name);