SOURCES: trm-gcc4.patch (NEW) - gcc4 fix for trm

vip vip at pld-linux.org
Sat Jul 22 11:39:00 CEST 2006


Author: vip                          Date: Sat Jul 22 09:39:00 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- gcc4 fix for trm

---- Files affected:
SOURCES:
   trm-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/trm-gcc4.patch
diff -u /dev/null SOURCES/trm-gcc4.patch:1.1
--- /dev/null	Sat Jul 22 11:39:00 2006
+++ SOURCES/trm-gcc4.patch	Sat Jul 22 11:38:55 2006
@@ -0,0 +1,11 @@
+--- trm-0.2.1/defs.h~	2003-01-30 22:13:05.000000000 +0100
++++ trm-0.2.1/defs.h	2006-07-22 11:30:32.756575750 +0200
+@@ -16,7 +16,7 @@
+     string fileName;
+     unsigned long duration;
+ 
+-    Metadata::Metadata(void) { trackNum = 0; };
++    Metadata(void) { trackNum = 0; };
+     Metadata &operator=(const Metadata &other)
+     {
+         artist = other.artist;
================================================================


More information about the pld-cvs-commit mailing list