Navigation Menu

Skip to content

Commit

Permalink
Whoops, forgot to remove original code that I was fixing. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 29, 2015
1 parent 15bcd98 commit 841b060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1pass.lua
Expand Up @@ -217,7 +217,7 @@ local function build_secret_menuitem_driverslic(menu, info, secure)
end
end

local expiredate = secure.expiry_date_yy .. "/" .. string.sub("00" .. secure.expiry_date_mm, -2)
local expiredate = nil
if secure.expiry_date_yy ~= nil then
expiredate = secure.expiry_date_yy
if secure.expiry_date_mm ~= nil then
Expand Down

0 comments on commit 841b060

Please sign in to comment.