Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad57e83
)
However did I miss this ?
author
thantry
<thantry>
Fri, 9 May 2003 00:08:35 +0000
(
00:08
+0000)
committer
thantry
<thantry>
Fri, 9 May 2003 00:08:35 +0000
(
00:08
+0000)
lustre/utils/llparser.pm
patch
|
blob
|
history
diff --git
a/lustre/utils/llparser.pm
b/lustre/utils/llparser.pm
index
7acc83a
..
d95d7bb
100644
(file)
--- 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