Skip to content

Commit

Permalink
Update to new Style
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobDev committed Aug 30, 2017
1 parent c9e7b45 commit 0c1114e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ local tMenuFuncs = {
sStatus="Saved to "..sPath sStatus="Saved to "..sPath
else else
if fileerr then if fileerr then
sStatus="Error saving to "..sPath.." ("..fileerr..")" sStatus="Error saving to "..fileerr
else else
sStatus="Error saving to "..sPath sStatus="Error saving to "..sPath
end end
Expand Down Expand Up @@ -774,3 +774,4 @@ end
term.clear() term.clear()
term.setCursorBlink( false ) term.setCursorBlink( false )
term.setCursorPos( 1, 1 ) term.setCursorPos( 1, 1 )

Original file line number Original file line Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ local function accessMenu()
fMessage = "Saved to "..sPath fMessage = "Saved to "..sPath
else else
if err then if err then
fMessage = "Error saving to "..sPath.." ("..err..")" fMessage = "Error saving to "..err
else else
fMessage = "Error saving to "..sPath fMessage = "Error saving to "..sPath
end end
Expand Down Expand Up @@ -405,3 +405,4 @@ term.setBackgroundColour(colours.black)
term.setTextColour(colours.white) term.setTextColour(colours.white)
term.clear() term.clear()
term.setCursorPos(1,1) term.setCursorPos(1,1)

0 comments on commit 0c1114e

Please sign in to comment.