mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
Fiexed codeql warning
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -94,7 +94,7 @@ union Buffer {
|
||||
struct Header header;
|
||||
};
|
||||
|
||||
bool readLonglink(QIODevice* in, Buffer buffer, QByteArray& longlink)
|
||||
bool readLonglink(QIODevice* in, Buffer& buffer, QByteArray& longlink)
|
||||
{
|
||||
qint64 n = 0;
|
||||
qint64 size = strtoll(buffer.header.size, NULL, 8);
|
||||
|
Reference in New Issue
Block a user