]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
fix to make HPlot work together with EPICS again
authorhadaq <hadaq@hades33.gsi.de>
Tue, 28 Nov 2023 21:38:09 +0000 (22:38 +0100)
committerhadaq <hadaq@hades33.gsi.de>
Wed, 27 Dec 2023 12:56:02 +0000 (13:56 +0100)
tools/HPlot.pm

index 3a75d0e82d7558e1e4ab854e9f79a6d2e758622d..362abccc9264311775b0eaaada4ea97f01d985ce 100755 (executable)
@@ -240,7 +240,7 @@ sub PlotInit {
 
 sub PlotDrawFork {
   my($name) = @_;
-  waitpid($p->{$name}->{pid},0) if $p->{$name}->{pid};
+  CORE::waitpid($p->{$name}->{pid},0) if $p->{$name}->{pid};
   my $pid = fork;
   unless ($pid) {PlotDraw($name);exit;}
   $p->{$name}->{pid} = $pid;
@@ -301,7 +301,7 @@ sub PlotDraw {
         plot_write($p->{$name}->{fh}," ",0);
         }
       plot_write($p->{$name}->{fh},"e");
-      plot_write($p->{$name}->{fh},"e");
+      plot_write($p->{$name}->{fh},"e");
    #   }
     
       if ($p->{$name}{showvalues}) {