Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Oct 20, 2016
1 parent 08cd99f commit a579bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion I-Nex/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ Label134.Text = "Rq affinity: " & Disk_Drives.rq_affinity
Label124.Text = "BDI min_ratio: " & Disk_Drives.min_ratio
Label125.Text = "BDI stable pages required: " & Disk_Drives.stable_pages_required

Label45.Text = Choose(CInt(Disk_Drives.removable) + 1, "Removable: No", "Removable: Yes")
Label45.Text = Choose(CInt(CVariant(Disk_Drives.removable)) + 1, "Removable: No", "Removable: Yes")
' If Disk_Drives.removable Like "0" Then
' Label45.Text = "Removable: No"
' Endif
Expand Down

0 comments on commit a579bbe

Please sign in to comment.