From 2f7fb7e05cd591b234bd67d134f4942864a5aa57 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 26 Jul 2009 22:34:06 +0000 Subject: [PATCH] libs/nixio: d'oh ... import tostring() as well --- libs/nixio/lua/nixio/util.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/nixio/lua/nixio/util.lua b/libs/nixio/lua/nixio/util.lua index bce4ce25e..401ec615e 100644 --- a/libs/nixio/lua/nixio/util.lua +++ b/libs/nixio/lua/nixio/util.lua @@ -14,7 +14,8 @@ $Id$ local table = require "table" local nixio = require "nixio" -local getmetatable, assert, pairs, type = getmetatable, assert, pairs, type +local getmetatable, assert, pairs, type, tostring = + getmetatable, assert, pairs, type, tostring module "nixio.util" -- 2.25.1