Fix debugscript, some quadtree stuff and don't intersect vertical/horz lines when...
[ipdf/code.git] / src / debugscript.cpp
index 59631aa..4de62bb 100644 (file)
@@ -7,6 +7,7 @@ using namespace std;
 
 void DebugScript::ParseAction(View * view, Screen * scr)
 {
+       *m_input >> std::ws;
        if (m_input == NULL || !m_input->good())
                return;
        istream & inp = *m_input;

UCC git Repository :: git.ucc.asn.au