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