X-Git-Url: https://git.octo.it/?p=onis.git;a=blobdiff_plain;f=lib%2FOnis%2FData%2FCore.pm;h=c47af2fea2d39553acc9902e7df8cfacc070a915;hp=76f8c8c7e068a145b91d5175afc4f67fc1902344;hb=fdbd3fe48e5309f6abd357160eb83e1866221f41;hpb=59791dfc055b72ca1df77f9df961868867e24314 diff --git a/lib/Onis/Data/Core.pm b/lib/Onis/Data/Core.pm index 76f8c8c..c47af2f 100644 --- a/lib/Onis/Data/Core.pm +++ b/lib/Onis/Data/Core.pm @@ -757,8 +757,9 @@ Print the output. Should be called only once.. sub print_output { - # FIXME FIXME FIXME - if (!get_total_lines ()) + my ($total, $this) = get_total_lines (); + + if (!$total) { print STDERR <<'MESSAGE';