[svn-commits] tzafrir: branch tools/2.3 r8631 - in /tools/branches/2.3: ./ xpp/perl_modules...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon May 17 05:32:18 CDT 2010
Author: tzafrir
Date: Mon May 17 05:32:14 2010
New Revision: 8631
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8631
Log:
A more correct way to pass parameters
Merged revisions 8630 via svnmerge from
http://svn.digium.com/svn/dahdi/tools/trunk
........
Modified:
tools/branches/2.3/ (props changed)
tools/branches/2.3/xpp/perl_modules/Dahdi/Hardware/USB.pm
Propchange: tools/branches/2.3/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon May 17 05:32:14 2010
@@ -1,1 +1,1 @@
-/tools/trunk:8529,8535,8580,8589
+/tools/trunk:8529,8535,8580,8589,8630
Propchange: tools/branches/2.3/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon May 17 05:32:14 2010
@@ -1,1 +1,1 @@
-/tools/trunk:1-8509,8528-8529,8535,8580,8589
+/tools/trunk:1-8509,8528-8529,8535,8580,8589,8630
Modified: tools/branches/2.3/xpp/perl_modules/Dahdi/Hardware/USB.pm
URL: http://svnview.digium.com/svn/dahdi/tools/branches/2.3/xpp/perl_modules/Dahdi/Hardware/USB.pm?view=diff&rev=8631&r1=8630&r2=8631
==============================================================================
--- tools/branches/2.3/xpp/perl_modules/Dahdi/Hardware/USB.pm (original)
+++ tools/branches/2.3/xpp/perl_modules/Dahdi/Hardware/USB.pm Mon May 17 05:32:14 2010
@@ -123,7 +123,7 @@
}
sub _get_attr_optional($$) {
- my ($attr_file, $def_val) = $@;
+ my ($attr_file, $def_val) = @_;
eval {return _get_attr($attr_file)};
More information about the svn-commits
mailing list