tag 454899 patch
thanks

Martin Michlmayr <[EMAIL PROTECTED]> (07/12/2007):
> Package: quickplot
> Version: 0.8.13-2
> Usertags: ftbfs-gcc-4.3

Hi,

please find attached a patch to fix this FTBFS.

Cheers,

-- 
Cyril Brulebois
--- a/App.h
+++ b/App.h
@@ -41,7 +41,7 @@
   
  public:
 
-  App(int *argv, char ***argv);
+  App(int *argc, char ***argv);
   virtual ~App(void);
 
 
--- a/Graph.cpp
+++ b/Graph.cpp
@@ -42,6 +42,8 @@
 #define ZRO        ((value_t) 0.0)
 #define ABSVAL(x)  (((x) > 0)? (x) : (-(x)))
 
+#include <cstring>
+
 
 
 Graph::Graph(MainWindow *mainWindow_in):
--- a/MainWindow.cpp
+++ b/MainWindow.cpp
@@ -40,6 +40,8 @@
 
 #include "quickplot_icon.xpm"
 
+#include <cstring>
+
 
 // from file: help_html.cpp which was generated from help.html.in
 extern const char *help_html;
--- a/Plot.cpp
+++ b/Plot.cpp
@@ -31,6 +31,8 @@
 #include "Graph.h"
 #include "Globel.h"
 
+#include <cstring>
+
 
 // SPACE is the fraction of blank space on graphing area for the first
 // auto zoom level.  The blank space is split evenly between the top

Attachment: signature.asc
Description: Digital signature

Reply via email to