https://bugs.kde.org/show_bug.cgi?id=523706

--- Comment #1 from Andrius Štikonas <[email protected]> ---
I guess we need to replace

if (!cmd.writeData(report, QByteArray(s, sizeof(s)), deviceNode, 28)) {

with

if (!cmd.writeData(report, QByteArray(s, 4), deviceNode, 28)) {

in kpmcore src/fs/ntfs.cpp::updateBootSector (line 193)

any chance you could test this change?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to