From 7fa081aa7b6cce979ef19f40c1c8133bf8cc1d68 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 1 Nov 2021 21:12:01 +0100 Subject: [PATCH] nlab: fix typo Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/57e8705bfbf171d31fd20173234909afbe9d1057 Author: vanhofen Date: 2021-11-01 (Mon, 01 Nov 2021) Origin message was: ------------------ - nlab: fix typo ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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 6ed851425..3fb82609c 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(arg[4]) + r = video:ShowPicture(a[4]) elseif a[3] == "stoppicture" then video:zapitStopPlayBack(false) r = video:StopPicture()