From 45bd205e7964e601781361c8dd5d5a14f7d96acc Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 1 Sep 2020 13:44:22 +0200 Subject: [PATCH] Typofix: the function was half-renamed before the merge --- src/plugins/sfdisk/sfdiskbackend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/sfdisk/sfdiskbackend.cpp b/src/plugins/sfdisk/sfdiskbackend.cpp index 31f09ff..fd3e1cd 100644 --- a/src/plugins/sfdisk/sfdiskbackend.cpp +++ b/src/plugins/sfdisk/sfdiskbackend.cpp @@ -160,7 +160,7 @@ QList SfdiskBackend::scanDevices(const ScanFlags scanFlags) * This is also fixed in util-linux 2.37. */ static void -removeCommaFollowedByBrace( QByteArray& s ) +fixInvalidJsonFromSFDisk( QByteArray& s ) { // -1 if there is no comma (but then there's no useful JSON either), // not is 0 a valid place (the start) for a , in a JSON document.