From 724366c038777122e292091b729e7d1e9d52c5cc Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sun, 4 Oct 2009 00:21:15 +0200 Subject: Reworked some variables in entropy, load, mpd, net, init --- mpd.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mpd.lua') diff --git a/mpd.lua b/mpd.lua index 3b6df3f..73412eb 100644 --- a/mpd.lua +++ b/mpd.lua @@ -28,10 +28,10 @@ local function worker(format) end -- Sanitize the song name - nowplaying = helpers.escape(np) + local nowplaying = helpers.escape(np) -- Don't abuse the wibox, truncate - nowplaying = helpers.truncate(nowplaying, 30) + local nowplaying = helpers.truncate(nowplaying, 30) return {nowplaying} end -- cgit v1.2.3