DE (Linux): fix silly bug

This commit is contained in:
李通洲
2024-07-03 13:56:35 +08:00
parent 321d3e5574
commit 96e7f65902
+1 -1
View File
@@ -79,7 +79,7 @@ static void getCinnamon(FFstrbuf* result, FF_MAYBE_UNUSED FFDEOptions* options)
if (result->length == 0)
ffParsePropFileData("applications/cinnamon.desktop", "X-GNOME-Bugzilla-Version =", result);
if (!result->length == 0 && options->slowVersionDetection)
if (result->length == 0 && options->slowVersionDetection)
{
if (ffProcessAppendStdOut(result, (char* const[]){
"cinnamon",