We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v
1 parent cdda65e commit 09d683bCopy full SHA for 09d683b
src/detection/wm/wm_linux.c
@@ -38,6 +38,7 @@ static const char* getHyprland(FFstrbuf* result)
38
{
39
ffStrbufSubstrAfterFirstC(result, '"');
40
ffStrbufSubstrBeforeFirstC(result, '"');
41
+ ffStrbufTrimLeft(result, 'v');
42
FF_DEBUG("Extracted version from version.h: %s", result->chars);
43
return NULL;
44
}
0 commit comments