Add a note about json fixes in util-linux 2.37

This commit is contained in:
Andrius Štikonas 2020-08-28 22:41:43 +01:00
parent 6aa9d93728
commit 997e8df183
1 changed files with 2 additions and 0 deletions

View File

@ -156,6 +156,8 @@ QList<Device*> SfdiskBackend::scanDevices(const ScanFlags scanFlags)
* *
* We'll go through and check if there's a "," followed by whitespace * We'll go through and check if there's a "," followed by whitespace
* and then a }. If there is, replace the ,. * and then a }. If there is, replace the ,.
*
* This is also fixed in util-linux 2.37.
*/ */
static void static void
removeCommaFollowedByBrace( QByteArray& s ) removeCommaFollowedByBrace( QByteArray& s )