Index: script_config.cpp
===================================================================
--- script_config.cpp (revision 27582)
+++ script_config.cpp (working copy)
@@ -23,6 +23,7 @@
free(this->name);
this->name = (name == NULL) ? NULL : stredup(name);
this->info = (name == NULL) ? NULL : this->FindInfo(this->name, version, force_exact_match);
+ if (this->info != NULL) this->name = (GetInfo()->GetName());
this->version = (info == NULL) ? -1 : info->GetVersion();
this->is_random = is_random;
if (this->config_list != NULL) delete this->config_list;