From 8c4c5e62552dff244d2444a9d5d3a4585c89bc0a Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 8 Mar 2013 12:56:55 +0000 Subject: making styles valid xml --- rotord/rotor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/rotor.cpp') diff --git a/rotord/rotor.cpp b/rotord/rotor.cpp index 3e7dc2f..4a3d6c9 100644 --- a/rotord/rotor.cpp +++ b/rotord/rotor.cpp @@ -76,7 +76,7 @@ Command_response Render_context::session_command(const std::vector& if (state==IDLE) { //check file exists //Poco::File f=Poco::File(command[3]); - std::auto_ptr pStr(URIStreamOpener::defaultOpener().open(command[3])); + //std::auto_ptr pStr(URIStreamOpener::defaultOpener().open(command[3])); /* if (f.exists()) { -- cgit v1.2.3