Code

fix status msg for overloading
authorishmal <ishmal@users.sourceforge.net>
Thu, 23 Nov 2006 22:45:12 +0000 (22:45 +0000)
committerishmal <ishmal@users.sourceforge.net>
Thu, 23 Nov 2006 22:45:12 +0000 (22:45 +0000)
buildtool.cpp

index 77527d2c3595c7d777dc80f99fe25479cf708864..8d05b6bcdb26b30d980fbc2d67b17dace23f750d 100644 (file)
@@ -7862,7 +7862,7 @@ bool Make::parseProperty(Element *elem)
                 {
                 val = iter->second;
                 status("overloading property '%s' = '%s'",
-                    attrName.c_str(), val.c_str());
+                    attrVal.c_str(), val.c_str());
                 properties[attrVal] = val;
                 }
             }