Skip to content

Commit

Permalink
fix init check
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 7, 2014
1 parent aa775be commit 28b4269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Bootloader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def testAbort
# @return [Boolean] true on success

def checkUsedStorage
!Storage.InitLibstorage(true) && Mode.normal
Storage.InitLibstorage(true) || !Mode.normal
end

# Export bootloader settings to a map
Expand Down

0 comments on commit 28b4269

Please sign in to comment.