mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
Fixed a variable redeclaration
This commit is contained in:
parent
e99904914b
commit
b7eba6a2cd
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ local function readSpecialString()
|
|||
read("<"); read("<"); -- read <<
|
||||
local str = "";
|
||||
if peek() == "\"" then
|
||||
local str = readString();
|
||||
str = readString();
|
||||
elseif peek() ~= ">" then
|
||||
error();
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue