diff options
Diffstat (limited to 'remote_plot.c')
-rw-r--r-- | remote_plot.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remote_plot.c b/remote_plot.c index fcd018a..80c7800 100644 --- a/remote_plot.c +++ b/remote_plot.c @@ -277,7 +277,8 @@ static gboolean read_data(gpointer user_data) if(data->local || data->just_start) { - data->just_start=false; + if(data->just_start) + data->just_start=false; //printf("read_data check local pass\n"); FILE *fp; |