Skip to content

Commit 1487c91

Browse files
committed
OS (Linux): fix build
oops
1 parent 47b9d0a commit 1487c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/os/os_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ static bool detectDebianDerived(FFOSResult* result)
179179
ffStrbufSetS(&result->idLike, "debian");
180180
return true;
181181
}
182-
else if (ffStrbufStartsWith(&result->name, "Lilidog GNU/Linux"))
182+
else if (ffStrbufStartsWithS(&result->name, "Lilidog GNU/Linux"))
183183
{
184184
// https://github.com/fastfetch-cli/fastfetch/issues/1373
185185
ffStrbufSetS(&result->id, "lilidog");

0 commit comments

Comments
 (0)