From a240eee8141ebbc93b67875d4334738cde412539 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: ćšć, 20 5æ 2021 14:03:56 +0800 Subject: [PATCH] again fix travis --- src/library/os/windows/network.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/library/os/windows/network.cpp b/src/library/os/windows/network.cpp index ad8c5ab..db0fed9 100644 --- a/src/library/os/windows/network.cpp +++ b/src/library/os/windows/network.cpp @@ -73,7 +73,7 @@ return score; } -bool cmp(const OsAdapterInfo &a, const OsAdapterInfo &b) { return score(a) >= score(b); } +bool cmp(const OsAdapterInfo &a, const OsAdapterInfo &b) { return score(a) > score(b); } /** * * @param adapterInfos -- Gitblit v1.9.1