Skip to content

Commit

Permalink
typo in pgpointcloud reader
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Dec 2, 2013
1 parent 37cef5c commit 5dec7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/pgpointcloud/Reader.cpp
Expand Up @@ -416,7 +416,7 @@ bool Iterator::CursorSetup()

bool Iterator::CursorTeardown()
{
pg_execute(m_session, "CLOSE sur");
pg_execute(m_session, "CLOSE cur");
pg_commit(m_session);
m_cursor = false;
getReader().log()->get(logDEBUG) << "SQL cursor closed." << std::endl;
Expand Down

0 comments on commit 5dec7d7

Please sign in to comment.