Fiexed codeql warning
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
a7029a9e53
commit
0b87e4c03b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue