]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/props.cxx
Add a link library needed by Irix.
[flightgear.git] / src / Network / props.cxx
index bb850308a526a201a4b6ae0f6bc76ff5de111ff4..cc319d84d2fc5f623543975db674f7f2e7f7fe8c 100644 (file)
@@ -80,8 +80,8 @@ static string getValueTypeString( const SGPropertyNode *node ) {
     }
 
     SGPropertyNode::Type type = node->getType();
-    if ( type == SGPropertyNode::UNKNOWN ) {
-       result = "unknown";
+    if ( type == SGPropertyNode::UNSPECIFIED ) {
+       result = "unspecified";
     } else if ( type == SGPropertyNode::BOOL ) {
        result = "bool";
     } else if ( type == SGPropertyNode::INT ) {