source:
scripts/untested/blfs-patches/cdparanoia-III-alpha9.8-gcc34-1.patch@
e972b4d
Last change on this file since e972b4d was 617118d, checked in by , 19 years ago | |
---|---|
|
|
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 112 112 break; 113 113 case CDDA_MESSAGE_FORGETIT: 114 114 default: 115 break; 115 116 } 116 117 } 117 118 } … … 127 128 break; 128 129 case CDDA_MESSAGE_FORGETIT: 129 130 default: 131 break; 130 132 } 131 133 } 132 134 } … … 169 171 break; 170 172 case CDDA_MESSAGE_FORGETIT: 171 173 default: 174 break; 172 175 } 173 176 } 174 177 if(malloced)free(buffer); … … 205 208 break; 206 209 case CDDA_MESSAGE_FORGETIT: 207 210 default: 211 break; 208 212 } 209 213 } 210 214 if(malloced)free(buffer);
Note:
See TracBrowser
for help on using the repository browser.