diff --git a/src/sortlist_type.h b/src/sortlist_type.h index 1febe5a7d5..0d681eb395 100644 --- a/src/sortlist_type.h +++ b/src/sortlist_type.h @@ -65,7 +65,7 @@ public: // Temporary: public for conversion only do { Swap(*a, *b); - } while (((a + 1) != b) && (++a != --b)); + } while (++a < --b); } public: