mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
Let's pretend that one didnt happen
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -88,7 +88,7 @@ static inline bool string_has_prefix(const char *compare, const char *prefix)
|
||||
if (size_inp < size_prefix) {
|
||||
return false;
|
||||
}
|
||||
return strncmp(compare, prefix, size_prefix == 0);
|
||||
return strncmp(compare, prefix, size_prefix) == 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user