aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/urls.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-11-26 00:04:41 +0000
committerRalph Amissah <ralph@amissah.com>2007-11-26 00:04:41 +0000
commitbee31a900491cc7e22fd5630a07b646fedcaad28 (patch)
treeb7758e9d73f33f92fae9017a9c783bcdfacdb6cc /lib/sisu/v0/urls.rb
parentsisu-0.62.2 + md5s (diff)
various small adjustments for 0.62.3
* html <hr> follows text, before footnotes (refine later) * rsync remote images partial fix * minor bug fix, related to error message passing, in texpdf and url * sisu_manual version info * vim ftplugin, status line info on cursor position modified
Diffstat (limited to 'lib/sisu/v0/urls.rb')
-rw-r--r--lib/sisu/v0/urls.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v0/urls.rb b/lib/sisu/v0/urls.rb
index ca1b6928..5038971a 100644
--- a/lib/sisu/v0/urls.rb
+++ b/lib/sisu/v0/urls.rb
@@ -68,7 +68,7 @@ module SiSU_urls
def read
begin
SiSU_urls::Output_urls.new(@opt).songsheet if @opt.fnb #fnb[/.+?\.(?:[_-]?sst|ssm)$/]
- rescue; SiSU_Errors::Info_error.new($!,$@,nil,@opt.cmd).error
+ rescue; SiSU_Errors::Info_error.new($!,$@,@opt.cmd).error
ensure
end
end