File: gcc-6.patch

package info (click to toggle)
rlplot 1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,364 kB
  • ctags: 6,340
  • sloc: cpp: 87,682; yacc: 3,401; makefile: 256
file content (16 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Gert Wollny <gw.fossdev@gmail.com>
Date: 2016-06-27
Description: Correct compilation with g++-6
Bug: https://bugs.debian.org/811648

--- a/Fileio.cpp
+++ b/Fileio.cpp
@@ -854,7 +854,7 @@
 
 	if(Notary || !g) {
 		ErrorBox("Output pending or\nno graph.");
-		return false;
+		return NULL;
 		}
 	cObsW = 0;				iFile = -1;
 	cbOut = sizeOut = 0;	ptr = 0L;