File: gcc-4.5.patch

package info (click to toggle)
kball 0.0.20041216-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,992 kB
  • sloc: cpp: 4,276; makefile: 65; sh: 64; ansic: 43
file content (21 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Ansgar Burchardt <ansgar@debian.org>
Date: Mon, 14 Mar 2011 15:12:26 +0100
Subject: Fix compilation with GCC 4.5

---
 src/cwdata.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cwdata.cpp b/src/cwdata.cpp
index 62e8cca..d441013 100644
--- a/src/cwdata.cpp
+++ b/src/cwdata.cpp
@@ -33,7 +33,7 @@ CWDatafile::CWDatafile()
 // ------------------------------------------------------------------
 CWDatafile::CWDatafile(const char *filename)
 {
-	CWDatafile::CWDatafile();
+	CWDatafile();
 
 	this->load_datafile(filename);
 }