Commit 892c5b32 authored by Claes Sjofors's avatar Claes Sjofors

Xtt trend export bugfix

parent a2d2f629
...@@ -418,7 +418,7 @@ void GeCurveGtk::activate_export_ok( GtkWidget *w, gpointer data) ...@@ -418,7 +418,7 @@ void GeCurveGtk::activate_export_ok( GtkWidget *w, gpointer data)
GeCurve *curve = (GeCurve *)data; GeCurve *curve = (GeCurve *)data;
char *value; char *value;
pwr_tTime from, to; pwr_tTime from, to;
int rows; int rows = 5000;
pwr_tFileName filename; pwr_tFileName filename;
pwr_tStatus sts; pwr_tStatus sts;
int nr; int nr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment