|
Lines 488-494
Link Here
|
| 488 |
/* Decide whether to use the Joliet descriptor */ |
488 |
/* Decide whether to use the Joliet descriptor */ |
| 489 |
|
489 |
|
| 490 |
if (isomp->iso_ftype != ISO_FTYPE_RRIP && joliet_level) { |
490 |
if (isomp->iso_ftype != ISO_FTYPE_RRIP && joliet_level) { |
| 491 |
log(LOG_INFO, "cd9660: Joliet Extension\n"); |
491 |
log(LOG_INFO, "cd9660: Joliet Extension (Level %d)\n",joliet_level); |
| 492 |
rootp = (struct iso_directory_record *) |
492 |
rootp = (struct iso_directory_record *) |
| 493 |
sup->root_directory_record; |
493 |
sup->root_directory_record; |
| 494 |
bcopy (rootp, isomp->root, sizeof isomp->root); |
494 |
bcopy (rootp, isomp->root, sizeof isomp->root); |