diff --git a/src/plugins/sfdisk/sfdiskbackend.cpp b/src/plugins/sfdisk/sfdiskbackend.cpp index 4261e15..31f09ff 100644 --- a/src/plugins/sfdisk/sfdiskbackend.cpp +++ b/src/plugins/sfdisk/sfdiskbackend.cpp @@ -156,6 +156,8 @@ QList SfdiskBackend::scanDevices(const ScanFlags scanFlags) * * We'll go through and check if there's a "," followed by whitespace * and then a }. If there is, replace the ,. + * + * This is also fixed in util-linux 2.37. */ static void removeCommaFollowedByBrace( QByteArray& s )