Skip to content

Commit

Permalink
Merge pull request snabbco#212 from Igalia/fix-bt-not-declared
Browse files Browse the repository at this point in the history
Fix variable 'bt' is not declared
  • Loading branch information
dpino committed Feb 2, 2016
2 parents feea1be + 6145df1 commit b01f00f
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 b01f00f

Please sign in to comment.