From 3930032410b70479fe34953426d67ca99685fff2 Mon Sep 17 00:00:00 2001 From: Et0h Date: Tue, 20 May 2014 20:42:56 +0100 Subject: [PATCH] Avoid uneven LUA assignments --- resources/lua/intf/syncplay.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lua/intf/syncplay.lua b/resources/lua/intf/syncplay.lua index 8b96fd1..0b9fb87 100644 --- a/resources/lua/intf/syncplay.lua +++ b/resources/lua/intf/syncplay.lua @@ -481,7 +481,7 @@ end while running == true do --accept new connections and select active clients local fd = l:accept() - local buffer, inputbuffer, responsebuffer = "" + local buffer, inputbuffer, responsebuffer = "", "", "" while fd >= 0 and running == true do -- handle read mode