From b7b530b8b79ea5b9fd4ad0dc61ff4c4c1cc431bd Mon Sep 17 00:00:00 2001 From: thantry Date: Fri, 9 May 2003 00:08:35 +0000 Subject: [PATCH] However did I miss this ? --- lustre/utils/llparser.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/utils/llparser.pm b/lustre/utils/llparser.pm index 7acc83a6..d95d7bb 100644 --- a/lustre/utils/llparser.pm +++ b/lustre/utils/llparser.pm @@ -1016,9 +1016,8 @@ sub get_parsed_line() chop $in_line; print "MALFORMED LINE :$in_line IN FILE :$file @ $linecnt\n"; return 0; - return @parsed_line; } - + return @parsed_line; } # Function to skip over all stuff that the user # doesn't want -- 1.8.3.1