]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/props.cxx
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / Network / props.cxx
index eb4e9b0ce281fe3714026c26580a22351a337a7a..dc6086a9324c6c7d73278494adc1246852516968 100644 (file)
@@ -31,8 +31,8 @@
 #include <simgear/debug/logstream.hxx>
 #include <simgear/misc/commands.hxx>
 #include <simgear/misc/strutils.hxx>
-#include <simgear/misc/props.hxx>
-#include <simgear/misc/props_io.hxx>
+#include <simgear/props/props.hxx>
+#include <simgear/props/props_io.hxx>
 
 #include STL_STRSTREAM
 
@@ -119,7 +119,7 @@ PropsChannel::collectIncomingData( const char* s, int n )
 void
 PropsChannel::node_not_found_error( const string& node_name )
 {
-    string error = "ERR Node \"";
+    string error = "-ERR Node \"";
     error += node_name;
     error += "\" not found.";
     push( error.c_str() );