|
|
iso9660_stat_t *p_statbuf = _cdio_list_node_data (entnode); | iso9660_stat_t *p_statbuf = _cdio_list_node_data (entnode); |
char *psz_iso_name = p_statbuf->filename; | char *psz_iso_name = p_statbuf->filename; |
char _fullname[4096] = { 0, }; | char _fullname[4096] = { 0, }; |
char *translated_name = (char *) alloca(strlen(psz_iso_name+1)); |
char *translated_name = (char *) alloca(strlen(psz_iso_name)+1); |
| |
if (yep != p_statbuf->rr.b3_rock || 1 == opts.no_rock_ridge) { | if (yep != p_statbuf->rr.b3_rock || 1 == opts.no_rock_ridge) { |
iso9660_name_translate_ext(psz_iso_name, translated_name, | iso9660_name_translate_ext(psz_iso_name, translated_name, |