From ea3fc701d360fcd4e6362b8c059afb6f13a620d6 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 1 Nov 2021 21:51:15 +0100 Subject: [PATCH] Revert "- nlab: fix typo" This reverts commit 19d072d555ac01e5aec8d67c0c24acc5fa0b1893. Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/cfcc406d5be8cc22666cf42f7f52b039f41c8023 Author: vanhofen Date: 2021-11-01 (Mon, 01 Nov 2021) --- data/luaplugins/nlab.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/luaplugins/nlab.lua b/data/luaplugins/nlab.lua index 3fb82609c..6ed851425 100644 --- a/data/luaplugins/nlab.lua +++ b/data/luaplugins/nlab.lua @@ -131,7 +131,7 @@ elseif a[2] == "video" then video = video.new() if a[3] == "showpicture" and a[4] ~= nil then video:zapitStopPlayBack() - r = video:ShowPicture(a[4]) + r = video:ShowPicture(arg[4]) elseif a[3] == "stoppicture" then video:zapitStopPlayBack(false) r = video:StopPicture()