summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5469721)
raw | patch | inline | side by side (parent: 5469721)
author | ishmal <ishmal@users.sourceforge.net> | |
Thu, 23 Nov 2006 22:45:12 +0000 (22:45 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Thu, 23 Nov 2006 22:45:12 +0000 (22:45 +0000) |
buildtool.cpp | patch | blob | history |
diff --git a/buildtool.cpp b/buildtool.cpp
index 77527d2c3595c7d777dc80f99fe25479cf708864..8d05b6bcdb26b30d980fbc2d67b17dace23f750d 100644 (file)
--- a/buildtool.cpp
+++ b/buildtool.cpp
{
val = iter->second;
status("overloading property '%s' = '%s'",
- attrName.c_str(), val.c_str());
+ attrVal.c_str(), val.c_str());
properties[attrVal] = val;
}
}