From 482b6d6a2667326bb4786677cf8264cec5499cfb Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周三, 26 5月 2021 14:35:59 +0800 Subject: [PATCH] automagically change the generator branch as the branch we're in. --- 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