aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/param.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-12-08 01:45:13 +0000
committerRalph Amissah <ralph@amissah.com>2007-12-08 01:45:13 +0000
commit084d10a94dd5a62b09de69ad95971f579097f07e (patch)
tree11760cb2633997d93f14110e353aef1d64da02fd /lib/sisu/v0/param.rb
parentgpl links updated and added link to plaintext as allows for convenient use of... (diff)
changelog and version updated
Diffstat (limited to 'lib/sisu/v0/param.rb')
-rw-r--r--lib/sisu/v0/param.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v0/param.rb b/lib/sisu/v0/param.rb
index 1fea8729..92fbf26f 100644
--- a/lib/sisu/v0/param.rb
+++ b/lib/sisu/v0/param.rb
@@ -828,7 +828,7 @@ module SiSU_Param
@lv2=/^(?:Part|PART)\b/
end
if doc_struct[:part] > 2 \
- and @lv[2].to_s !~/Part/ \
+ and @lv[2].inspect !~/Part/ \
and @lv[1].nil?
@lv1=/^(Part|PART)\b/
end