Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
c34c390c
Commit
c34c390c
authored
Nov 16, 2010
by
Jonathon Duerig
Browse files
BUGFIX: Fixed typo, correcting scope for a method variable.
parent
57935897
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniXML.pm.in
View file @
c34c390c
...
...
@@ -472,7 +472,7 @@ sub GetFirstText($@)
{
my $node = shift(@_);
my $result = undef;
foreach $name (@_) {
foreach
my
$name (@_) {
$result = GetText($name, $node);
if (defined($result)) {
last;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment