changeset 9:b3afcfe8df5b

Comment out an illegal assignment of iterator.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 Sep 2011 04:46:58 +0300
parents e0849ccf20da
children 2d98bcee79a8
files src/wadlist.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/wadlist.cc	Wed Sep 21 04:46:23 2011 +0300
+++ b/src/wadlist.cc	Wed Sep 21 04:46:58 2011 +0300
@@ -175,7 +175,7 @@
   priv->iter = priv->list.erase (i);
   if (priv->iter == priv->list.begin ())
   {
-    priv->iter = 0;			// Catch bugs
+//    priv->iter = 0;			// Catch bugs
     priv->rewound = true;
   }
 }