Skip to content

Commit

Permalink
Merge branch 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 1, 2013
2 parents 1f12f08 + 15c5bd8 commit 1f51599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ File[2]=".src/Global.class:88.35"
File[3]=".src/About.form"
File[4]=".src/About.class:73.3"
File[5]=".src/battery.module:70.77"
File[6]=".src/Disk_Drives.module:37.13"
Active=6
File[6]=".src/Disk_Drives.module:50.22"
File[7]=".src/ScreenShot.form"
File[8]=".src/ScreenShot.class:20.21"
File[9]=".src/ScreenShotM.module:7.0"
Expand Down
2 changes: 1 addition & 1 deletion src/i-nex/.src/Disk_Drives.module
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Public Sub _init_2()
Dim riga As New String[]
Dim lista As New String[]
Debug "Add Drives to ComboBox.."
Shell "ls /sys/block/" & Finfosys.ComboBox4.Text & " | grep 'sd'" To ListAllDiscs
Shell "ls /sys/block/" & Finfosys.ComboBox4.Text & " | grep 'sd' | sort -V" To ListAllDiscs
righe = Split(ListAllDiscs, "\n", "%%", True)
For count = 0 To righe.Max
riga = Split(righe[count], " ", "%%", True)
Expand Down

0 comments on commit 1f51599

Please sign in to comment.