From 997e8df18383340f3f25e6f5035ee2f86ccc6e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Fri, 28 Aug 2020 22:41:43 +0100 Subject: [PATCH] Add a note about json fixes in util-linux 2.37 --- src/plugins/sfdisk/sfdiskbackend.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 )