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.
1 parent 47b9d0a commit 1487c91Copy full SHA for 1487c91
src/detection/os/os_linux.c
@@ -179,7 +179,7 @@ static bool detectDebianDerived(FFOSResult* result)
179
ffStrbufSetS(&result->idLike, "debian");
180
return true;
181
}
182
- else if (ffStrbufStartsWith(&result->name, "Lilidog GNU/Linux"))
+ else if (ffStrbufStartsWithS(&result->name, "Lilidog GNU/Linux"))
183
{
184
// https://github.com/fastfetch-cli/fastfetch/issues/1373
185
ffStrbufSetS(&result->id, "lilidog");
0 commit comments