2
0
Giuseppe Barbieri 7 жил өмнө
parent
commit
76dd48d64f

+ 1 - 1
code/FBXDocumentUtil.h

@@ -105,7 +105,7 @@ inline const T* ProcessSimpleConnection(const Connection& con,
 
 
     const Object* const ob = con.SourceObject();
     const Object* const ob = con.SourceObject();
     if(!ob) {
     if(!ob) {
-        DOMWarning("failed to read source object for incoming" + std::string(name) +
+        DOMWarning("failed to read source object for incoming " + std::string(name) +
             " link, ignoring",
             " link, ignoring",
             &element);
             &element);
         return NULL;
         return NULL;