Skip to content

Commit

Permalink
Fix:
Browse files Browse the repository at this point in the history
Finfosys.dospam_uptime.435: #6: Type mismatch: wanted Float, got String instead
1: Finfosys.dospam_uptime.435
  • Loading branch information
eloaders committed Jan 23, 2012
1 parent bb35981 commit b1a50f5
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/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SearchString=True
[OpenFile]
File[1]=".src/Finfosys.form"
Active=2
File[2]=".src/Finfosys.class:372.54"
File[2]=".src/Finfosys.class:392.39"
File[3]=".src/Global.class:99.56"
File[4]=".src/About.form"
File[5]=".src/About.class:29.47"
Expand Down
2 changes: 1 addition & 1 deletion src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ End

Public Sub dospam_uptime()
Dim uptime, total, used, freee, shared, buffers, cached, usedonthistime, swaptotal As String
Dim dospam, totpam, totalswap, usedswap As Float
Dim dospam, totpam, totalswap, usedswap As Integer
Dim dospam1, totpam1, totalswap1, usedswap1 As String
Shell "free -m | grep 'Mem' | awk {'print $2'}" Wait To total
Shell "free -m | awk {'print $3'} | sed -n '2p'" Wait To used
Expand Down

0 comments on commit b1a50f5

Please sign in to comment.