source: scripts/untested/blfs-patches/cdparanoia-III-alpha9.8-gcc34-1.patch @ 617118d

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 617118d was 617118d, checked in by Jim Gifford <clfs@…>, 18 years ago

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • Property mode set to 100644
File size: 1.0 KB
  • cdparanoia-III-alpha9.

    Submitted By: Jeremy Utley (jeremy@linuxfromscratch.org)
    Date: 2004-04-11
    Initial Package Version: alpha9.8
    Upstream Status: Not Submitted
    Origin: Self Created
    Description: Fixes syntax issues with GCC 3.4
    
    $LastChangedBy: randy $
    $Date: 2004-08-10 15:20:53 -0600 (Tue, 10 Aug 2004) $
    
    diff -aur cdparanoia-III-alpha9.8/interface/utils.h cdparanoia-III-alpha9.8-new/interface/utils.h
    old new  
    112112      break;
    113113    case CDDA_MESSAGE_FORGETIT:
    114114    default:
     115    break;
    115116    }
    116117  }
    117118}
     
    127128      break;
    128129    case CDDA_MESSAGE_FORGETIT:
    129130    default:
     131    break;
    130132    }
    131133  }
    132134}
     
    169171      break;
    170172    case CDDA_MESSAGE_FORGETIT:
    171173    default:
     174    break;
    172175    }
    173176  }
    174177  if(malloced)free(buffer);
     
    205208      break;
    206209    case CDDA_MESSAGE_FORGETIT:
    207210    default:
     211    break;
    208212    }
    209213  }
    210214  if(malloced)free(buffer);
Note: See TracBrowser for help on using the repository browser.