From 1cd1a31d1913ba91922ee86af442e17c560e4f31 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 1 Apr 2024 20:25:21 +0100 Subject: launch john --- framebuf.lua | 1 - john.dat | 2 -- 2 files changed, 3 deletions(-) diff --git a/framebuf.lua b/framebuf.lua index 614f48b..c6b6bea 100644 --- a/framebuf.lua +++ b/framebuf.lua @@ -61,7 +61,6 @@ function M:ppm(data, x, y) if type(data) ~= "string" then local f = data data = assert(f.readAll()) - f.close() end local x, y = round(x or 1, y or 1) local w, h, depth, data = data:match "^P6\n(%d+) (%d+)\n(%d+)\n(.+)" diff --git a/john.dat b/john.dat index 4e16e31..57b8182 100644 --- a/john.dat +++ b/john.dat @@ -1,3 +1 @@ dep framebuf -file john.lua -file img/john.pnm -- cgit v1.2.3