--- gvpe/src/iom.h 2004/11/11 17:41:55 1.22 +++ gvpe/src/iom.h 2004/11/12 02:53:29 1.23 @@ -74,7 +74,7 @@ watcher *w = (*this)[this->size () - 1]; this->pop_back (); - if (this->size ()) + if (!this->empty ()) if (((*this)[pos] = w)) // '=' is correct! w->active = pos + 1; }