View | Details | Raw Unified
Collapse All | Expand All

(-) libcdio-0.78.2-orig/work/libcdio-0.78.2/src/cd-info.c (-1 / +1 lines)
 Lines 539-545    Link Here 
      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, 
(-) libcdio-0.78.2-orig/work/libcdio-0.78.2/src/iso-info.c (-1 / +1 lines)
 Lines 224-230    Link Here 
      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) {