Skip to content

Commit 62e32a9

Browse files
codebudegfoidl
andauthored
Update QRCoder/QRCodeGenerator.cs
Co-authored-by: Günther Foidl <[email protected]>
1 parent b9dad0a commit 62e32a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QRCoder/QRCodeGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public static QRCodeData GenerateQrCode(byte[] binaryData, ECCLevel eccLevel)
179179
sb.Append(DecToBin(b, 8));
180180

181181
}
182-
bitString = sb.ToString();
182+
string bitString = sb.ToString();
183183

184184

185185
return GenerateQrCode(bitString, eccLevel, version);

0 commit comments

Comments
 (0)