mirror of
https://github.com/QRouland/UTPass.git
synced 2025-07-04 03:02:28 +00:00
Fix decrypt issue
This commit is contained in:
@ -35,7 +35,7 @@ void DecryptJob::run()
|
||||
ret = rnp_output_memory_get_buf(output, &buf, &buf_len, false);
|
||||
}
|
||||
if (ret == RNP_SUCCESS) {
|
||||
data = QString::fromUtf8((char*)buf);
|
||||
data = QString::fromUtf8((char*)buf, buf_len);
|
||||
}
|
||||
|
||||
rnp_input_destroy(input);
|
||||
|
Reference in New Issue
Block a user