mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
NetIO (SunOS): fix build
This commit is contained in:
@@ -25,7 +25,7 @@ const char* ffNetIOGetIoCounters(FFlist* result, FFNetIOOptions* options)
|
||||
if (options->namePrefix.length && strncmp(ks->ks_name, options->namePrefix.chars, options->namePrefix.length) != 0)
|
||||
continue;
|
||||
|
||||
bool isDefaultRoute = ffStrEquals(ks->ks_name, defaultRoute);
|
||||
bool isDefaultRoute = ffStrEquals(ks->ks_name, defaultRouteIfName);
|
||||
if (options->defaultRouteOnly && !isDefaultRoute)
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user