Issue: 989 "Wrong key name in output of addmoddel sample". Thank You Thomas for the patch.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user