Loading

Paste #pqbqzlwvt

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

Version history

Revision # Author Created at
puz8c3l3n Anonymous 26 May 2016, 17:07:52 UTC Diff

Comments