commit | d8a7cf008c7ee2c57afc0cd8034fe9b00867c9b4 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sat Mar 22 17:15:23 2014 -0700 |
committer | Brian Silverman <brians> | Sat Mar 22 17:15:23 2014 -0700 |
tree | 0ec561d3c6e487e4e872f57848245d2f4d6a8d76 | |
parent | 5665832d9e849771c952a22bcec959345a03c9de [diff] |
made all the shooter tests pass again There were a couple of little bugs in other stuff that broke the tests.
diff --git a/aos/linux_code/queue-tmpl.h b/aos/linux_code/queue-tmpl.h index 98091cf..15029986 100644 --- a/aos/linux_code/queue-tmpl.h +++ b/aos/linux_code/queue-tmpl.h
@@ -177,6 +177,7 @@ queue_ = NULL; queue_msg_.set_queue(NULL); } + index_ = 0; } template <class T>