Skip to content

Commit

Permalink
Description: fix typo potentially causing upgrade/downgrade confusion
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.slimdevices.com/repos/jive/7.7/trunk/squeezeplay@9627 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9
  • Loading branch information
mherger committed Mar 5, 2012
1 parent 54ddb52 commit 08fb551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/squeezeplay/share/jive/slim/SlimServer.lua
Expand Up @@ -324,7 +324,7 @@ function _upgradeSink(self, chunk, err)
end
local oldUpgradeUrl = self.upgradeUrl
local oldUpgradeForce = self.upgrdaeForce
local oldUpgradeForce = self.upgradeForce
self.upgradeUrl = url
self.upgradeForce = (tonumber(chunk.data.firmwareUpgrade) == 1)
Expand Down

0 comments on commit 08fb551

Please sign in to comment.