- Working towards arg date/duration eval.
This commit is contained in:
Paul Beckingham 2011-08-06 00:59:14 -04:00
parent e5ae145df2
commit ffa5bc43fe
9 changed files with 74 additions and 129 deletions

View file

@ -25,7 +25,6 @@
//
////////////////////////////////////////////////////////////////////////////////
#include <iostream> // TODO Remove.
#include <Context.h>
#include <text.h>
#include <TDB2.h>
@ -281,6 +280,11 @@ void TF2::load_lines ()
split (_lines, _contents, '\n');
_loaded_lines = true;
/*
if (_lines.back () == "")
_lines.pop_back ();
*/
}
////////////////////////////////////////////////////////////////////////////////