Skip to content

Commit

Permalink
Fix variable 'bt' is not declared
Browse files Browse the repository at this point in the history
  • Loading branch information
dpino committed Feb 1, 2016
1 parent feea1be commit 6145df1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ function run(args)
io.stderr:write(tostring(bt_or_err)..'\n')
main.exit(1)
end
bt:save(out_file, stream.mtime_sec, stream.mtime_nsec)
bt_or_err:save(out_file, stream.mtime_sec, stream.mtime_nsec)
main.exit(0)
end

0 comments on commit 6145df1

Please sign in to comment.