bugfix:
This commit is contained in:
@@ -59,7 +59,7 @@ namespace QRCodeService.Services
|
|||||||
}
|
}
|
||||||
if(length == 8)
|
if(length == 8)
|
||||||
{
|
{
|
||||||
return BitConverter.ToInt32(result, 8 * index).ToBase62();
|
return BitConverter.ToInt64(result, 8 * index).ToBase62();
|
||||||
}
|
}
|
||||||
if(length == 16)
|
if(length == 16)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user