Skip to content

Commit

Permalink
Fix SWAP detection
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jun 29, 2014
1 parent 48e1d79 commit 4ad50de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ Label134.Text = "Rq affinity: " & Disk_Drives.rq_affinity & "" ' rq_affinity
ProgressBar2.Value = 0
ProgressBar2.ToolTip = "Unknown"
Endif
If Disk_Drives.check_swap Like "" & ComboBox3.Text & "" Then
If Disk_Drives.check_swap Like "*" & ComboBox3.Text & "*" Then
Label48.Visible = True
Else
Label48.Visible = False
Expand Down
2 changes: 1 addition & 1 deletion src/i-nex/.src/Finfosys.form
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@
Border = Border.Raised
}
{ Label48 Label
Move(91,175,70,21)
Move(105,175,70,21)
#Translate = False
Visible = False
Font = Font["8,Bold"]
Expand Down

0 comments on commit 4ad50de

Please sign in to comment.