Skip to content

Commit 29ba0f0

Browse files
authored
Merge branch 'main' into dev
2 parents 128f0ef + 8200aaa commit 29ba0f0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/FUNDING.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# These are supported funding model platforms
2+
3+
github: kernelwernel
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12+
polar: # Replace with a single Polar username
13+
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
14+
thanks_dev: # Replace with a single thanks.dev username
15+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

src/vmaware.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11004,7 +11004,7 @@ struct VM {
1100411004
const brand_element_t &a,
1100511005
const brand_element_t &b
1100611006
) {
11007-
return a.second < b.second;
11007+
return a.second > b.second;
1100811008
});
1100911009

1101011010
std::string ret_str = brands::NULL_BRAND;

0 commit comments

Comments
 (0)