Skip to content

Commit

Permalink
avoid call to old libstorage
Browse files Browse the repository at this point in the history
  • Loading branch information
wfeldt committed Mar 3, 2017
1 parent ab0eb3c commit 21582e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Bootloader.rb
Expand Up @@ -69,7 +69,7 @@ def testAbort
# @return [Boolean] true on success

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

# Export bootloader settings to a map
Expand Down

0 comments on commit 21582e4

Please sign in to comment.