[Pkg-mozext-commits] [automatic-save-folder] 04/133: Fix : Correct a regular expression checking in advanced mode.
David Prévot
taffit at moszumanska.debian.org
Mon Apr 27 20:33:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch wip
in repository automatic-save-folder.
commit 170b07df07ca446d64ce8b77b1374a72cc1f84df
Author: Cyan <Cyan at d0063192-6b2e-11de-89a9-0b20f3e2dceb>
Date: Tue Jul 7 22:10:26 2009 +0000
Fix :
Correct a regular expression checking in advanced mode.
git-svn-id: http://automatic-save-folder.googlecode.com/svn/trunk@4 d0063192-6b2e-11de-89a9-0b20f3e2dceb
---
content/asf_download.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/asf_download.js b/content/asf_download.js
index b1552ae..fc03bc1 100644
--- a/content/asf_download.js
+++ b/content/asf_download.js
@@ -280,7 +280,7 @@ Copyright (C) 2007-2009 Eric Cassar (Cyan).
}
asf_filename = this.loadUnicodeString("extensions.asf.filters"+ idx +".filename");
// Trim the / / if filename is regexp
- if (this.is_regexp(asf_domain))
+ if (this.is_regexp(asf_filename))
{
asf_filename = asf_filename.substring(1, asf_filename.length);
asf_filename = asf_filename.substring(0, asf_filename.length -1);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/automatic-save-folder.git
More information about the Pkg-mozext-commits
mailing list