X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=parse;h=47f3ced25d5ab2d26377fdd57d7314900cee181a;hb=fa1c4b2623d07418992de1b177f067a00322701b;hp=eb782c62def4a7ccf52e4f9e6bd32883c3c4b2bd;hpb=afa1f2dcc7affe9973f7940b6573a99ce27eeab5;p=fw%2Ftmflights diff --git a/parse b/parse index eb782c6..47f3ced 100755 --- a/parse +++ b/parse @@ -367,7 +367,7 @@ void readsamples_telem(file in) { } } -readsamples_telem(stdin); +readsamples_log(stdin); int[...] int_integrate(int[...] d, int base) { int v = 0;