Issue: 989 "Wrong key name in output of addmoddel sample". Thank You Thomas for the patch.

This commit is contained in:
Robin Mills
2014-09-05 20:41:49 +00:00
parent 0141294837
commit fdd7e522e7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ try {
std::string date = tag.toString();
date.replace(0, 4, "2000");
tag.setValue(date);
std::cout << "Modified key \"" << key
std::cout << "Modified key \"" << tag.key()
<< "\", new value \"" << tag.value() << "\"\n";
// Alternatively, we can use findKey()