diff options
-rw-r--r-- | bpkg/satisfaction.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/satisfaction.cxx b/bpkg/satisfaction.cxx index 53a1e0e..69d0eea 100644 --- a/bpkg/satisfaction.cxx +++ b/bpkg/satisfaction.cxx @@ -70,8 +70,9 @@ namespace bpkg : *l.max_version <= *r.max_version; } else + { // Doesn't matter what l.max_version is, so leave s to be true. - ; + } } else s = !r.max_version; |