- Fixed loop termination bug.
- Chose a better default buffer size.
This commit is contained in:
Paul Beckingham 2013-06-08 23:34:06 -04:00
parent 907862b741
commit 8e5b57954d
2 changed files with 2 additions and 3 deletions

View file

@ -26,7 +26,6 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream>
#include <sstream>
#include <inttypes.h>
#include <Context.h>