fix ncurses

This commit is contained in:
DubbleClick
2025-07-01 18:09:17 +07:00
parent d275d6cc69
commit a6d68b9ecf
2 changed files with 3 additions and 2 deletions

View File

@@ -194,7 +194,7 @@ class SystemUtil
/**
* Get libc version string from ldd
*/
public static function getLibcVersionIfExists(string $libc): ?string
public static function getLibcVersionIfExists(?string $libc = null): ?string
{
if (self::$libc_version !== null) {
return self::$libc_version;