aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/dal_idx.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2013-06-22 01:13:46 -0400
committerRalph Amissah <ralph@amissah.com>2013-06-22 01:13:49 -0400
commitf31e286f4a73c5c0f355512b0cb45c6c82088516 (patch)
treefdf22b179aef9937e7f6a3e71fc6c1e7f0ff9119 /lib/sisu/v5/dal_idx.rb
parentvim, ftplugin sisu.vim, c-\ hard wrap lines to line width (moved from c-j) (diff)
v5: general code cleaningsisu_4.1.5
* propagate back to v4 after testing
Diffstat (limited to 'lib/sisu/v5/dal_idx.rb')
-rw-r--r--lib/sisu/v5/dal_idx.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/sisu/v5/dal_idx.rb b/lib/sisu/v5/dal_idx.rb
index 67f2805d..b87797bc 100644
--- a/lib/sisu/v5/dal_idx.rb
+++ b/lib/sisu/v5/dal_idx.rb
@@ -130,7 +130,7 @@ module SiSU_DAL_BookIndex
idx_lst=idx[:rough_idx].scan(/[^|:]+/)
idx_lst[0]=idx_lst[0].strip
if idx_lst[0] =~/.+?\+\d+/
- use,plus=/(.+?)\+(\d+)/.match(idx_lst[0])[1,2]
+ use=/(.+?)\+(?:\d+)/.match(idx_lst[0])[1]
else use=idx_lst[0]
end
use=use[0].chr.capitalize + use[1,use.length]
@@ -282,7 +282,6 @@ module SiSU_DAL_BookIndex
end
end
end
- idx
@x +=1
end
end