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

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since b7c9d93 was 617118d, checked in by Jim Gifford <clfs@…>, 19 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
RevLine 
[617118d]1Submitted By: Jeremy Utley (jeremy@linuxfromscratch.org)
2Date: 2004-04-11
3Initial Package Version: alpha9.8
4Upstream Status: Not Submitted
5Origin: Self Created
6Description: Fixes syntax issues with GCC 3.4
7
8$LastChangedBy: randy $
9$Date: 2004-08-10 15:20:53 -0600 (Tue, 10 Aug 2004) $
10
11diff -aur cdparanoia-III-alpha9.8/interface/utils.h cdparanoia-III-alpha9.8-new/interface/utils.h
12--- cdparanoia-III-alpha9.8/interface/utils.h 2000-04-19 15:41:04.000000000 -0700
13+++ cdparanoia-III-alpha9.8-new/interface/utils.h 2004-04-12 00:10:53.092860574 -0700
14@@ -112,6 +112,7 @@
15 break;
16 case CDDA_MESSAGE_FORGETIT:
17 default:
18+ break;
19 }
20 }
21 }
22@@ -127,6 +128,7 @@
23 break;
24 case CDDA_MESSAGE_FORGETIT:
25 default:
26+ break;
27 }
28 }
29 }
30@@ -169,6 +171,7 @@
31 break;
32 case CDDA_MESSAGE_FORGETIT:
33 default:
34+ break;
35 }
36 }
37 if(malloced)free(buffer);
38@@ -205,6 +208,7 @@
39 break;
40 case CDDA_MESSAGE_FORGETIT:
41 default:
42+ break;
43 }
44 }
45 if(malloced)free(buffer);
Note: See TracBrowser for help on using the repository browser.