Banish extraneous )
This commit is contained in:
parent
959aa9f8e6
commit
6d0b1deebe
@ -10,7 +10,7 @@ set tsrreserve $($tsrbuf - $tsrused)
|
|||||||
# Adjust values to account for the TSR reserve
|
# Adjust values to account for the TSR reserve
|
||||||
set free $($free - $tsrreserve)
|
set free $($free - $tsrreserve)
|
||||||
# In case the reserve has been over-committed
|
# In case the reserve has been over-committed
|
||||||
if {$free < 0)} {
|
if {$free < 0} {
|
||||||
# avoid displaying negative free, or used > available
|
# avoid displaying negative free, or used > available
|
||||||
set free 0
|
set free 0
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user