Skip to content
GitLab
Menu
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
9b65b2e5
Commit
9b65b2e5
authored
Jun 26, 2003
by
Mac Newbold
Browse files
Sort an array that was pulling entries out in a different order than they went in.
parent
03ee2f54
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/tbreport.in
View file @
9b65b2e5
...
...
@@ -213,7 +213,7 @@ if ($showmap &&
printf
"
%-15s %-12s %-15s %-12s
\n
",
"
ID
",
"
Type
",
"
OS
",
"
Physical
";
print
"
--------------- ------------ --------------- ------------
\n
";
foreach
$v
(
keys
(
%v2pmap
))
{
foreach
$v
(
sort
keys
(
%v2pmap
))
{
my
$p
=
$v2pmap
{
$v
}
->
{
PNODE
};
my
$t
=
$v2pmap
{
$v
}
->
{
TYPE
};
my
$o
=
$v2pmap
{
$v
}
->
{
OSID
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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